Home
last modified time | relevance | path

Searched defs:rgb (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgif_encoder_test.cpp157 std::unique_ptr<uint8_t[]> rgb = std::make_unique<uint8_t[]>(10); in HWTEST_F() local
H A Dwebp_encoder_test.cpp690 std::unique_ptr<uint8_t[]> rgb = std::make_unique<uint8_t[]>(10); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_color_conversion_common.h101 vec3 rgbToYCoCg(const vec3 rgb) in rgbToYCoCg() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagegifencoder_fuzzer/src/
H A Dimage_gif_encoder_fuzzer.cpp41 std::unique_ptr<uint8_t[]> rgb = std::make_unique<uint8_t[]>(SIZE_TEN); in GifEncoderPackingEmptyImageFuzz() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorpicker_fuzzer/
H A Drscolorpicker_fuzzer.cpp193 uint32_t rgb = GetData<uint32_t>(); in DoRGB2HSV() local
/foundation/graphic/graphic_2d/utils/color_manager/test/unittest/
H A Dcolor_manager_test.cpp206 std::array<float, 3> rgb = {0.1, 0.2, 0.3}; in HWTEST_F() local
223 std::array<float, 3> rgb = {0.1, 0.2, 0.3}; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_picker.cpp232 uint32_t rgb = 0; in HSVtoRGB() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_encoder.h33 uint8_t rgb[NUM_OF_RGB]; member
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_picker.cpp309 uint32_t rgb = 0; in HSVtoRGB() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp298 std::unique_ptr<uint8_t[]> rgb = std::make_unique<uint8_t[]>(rgbSize); in DoEncode() local
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.cpp789 Point rgb[3]; local
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp415 auto rgb = tmp.substr(1); in ToSpanColor() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h212 } rgb; member
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1667 auto rgb = colorValue >> COLOR_MOVE; in ColorRegexMatch() local
1700 uint32_t rgb = color & (~COLOR_ALPHA_MASK); in ConvertColorToString() local

Completed in 15 milliseconds