Searched refs:nativeColorSpaces (Results 1 – 1 of 1) sorted by relevance
535 std::set<uint32_t> nativeColorSpaces; in CreateJsColorSpaceArray() local543 …nativeColorSpaces.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()