Home
last modified time | relevance | path

Searched refs:nativeColorSpaces (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.cpp535 std::set<uint32_t> nativeColorSpaces; in CreateJsColorSpaceArray() local
543nativeColorSpaces.insert(static_cast<uint32_t>(NATIVE_TO_JS_COLOR_SPACE_TYPE_MAP.at(colorSpaceValu… in CreateJsColorSpaceArray()
546 napi_create_array_with_length(env, nativeColorSpaces.size(), &arrayValue); in CreateJsColorSpaceArray()
552 for (const auto nativeColorSpace : nativeColorSpaces) { in CreateJsColorSpaceArray()