/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_color.cpp | 18 uint32_t OH_Drawing_ColorSetArgb(uint32_t alpha, uint32_t red, uint32_t green, uint32_t blue) in OH_Drawing_ColorSetArgb() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | rosen_render_qrcode.h | 37 uint8_t green; member
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_data.cpp | 42 uint8_t green = static_cast<uint8_t>(startG + (end.GetGreen() - startG) * process); in Blend() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcolor_fuzzer/ |
H A D | ndkcolor_fuzzer.cpp | 50 uint32_t green = GetObject<uint32_t>(); in NativeDrawingColorTest() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_modifier.h | 38 uint8_t green; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | color_test.cpp | 271 auto green = color->GetGreen(); in HWTEST_F() local 287 auto green = color->GetGreen(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_common.h | 34 uint32_t green; member
|
/foundation/graphic/graphic_utils_lite/test/ |
H A D | color_unit_test.cpp | 254 ColorType green = Color::Green(); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/ |
H A D | color_fuzzer.cpp | 41 uint32_t green = GetObject<uint32_t>(); in ColorFuzzTest001() local 73 uint32_t green = GetObject<uint32_t>(); in ColorFuzzTest002() local 103 float green = GetObject<float>(); in ColorFuzzTest003() local 133 uint32_t green = GetObject<uint32_t>(); in ColorFuzzTest004() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolor_fuzzer/ |
H A D | rscolor_fuzzer.cpp | 124 int16_t green = GetData<int16_t>();
in DoHaveParameters() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_color_test.cpp | 48 int16_t green = 11; in HWTEST_F() local 81 int16_t green = 11; in HWTEST_F() local 112 int16_t green = 11; in HWTEST_F() local 128 int16_t green = 11; in HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_gif_test.cpp | 136 uint8_t green = pixelMap->GetARGB32ColorG(color); in HWTEST_F() local 183 uint8_t green = pixelMap->GetARGB32ColorG(color); in HWTEST_F() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/ |
H A D | item_property_display_box.h | 31 DisplayPrimariesXY green;
member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_attributes_parser.cpp | 227 auto green = (baseColorValue >> ONE_BYTE_BITS) & 0xff; in ParseRGBAMagicColor() local 277 auto green = static_cast<uint8_t>(std::stoi(matches[2])); in CheckColorAlpha() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_material_filter_test.cpp | 362 int16_t green = 11; in HWTEST_F() local 388 int16_t green = 11; in HWTEST_F() local
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | pixel_format_utils.h | 25 uint16_t green : 5; member 35 uint32_t green : 8; member
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_magnifier_shader_filter.cpp | 234 int16_t green = static_cast<int16_t>((rgba & 0x00FF0000) >> 16); // 0x00ff0000 green mask, 16 green shift in ConvertToRgba() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/maskcmdlist_fuzzer/ |
H A D | maskcmdlist_fuzzer.cpp | 47 uint32_t green = GetObject<uint32_t>(); in MaskCmdListFuzzTest001() local 101 uint32_t green = GetObject<uint32_t>(); in MaskCmdListFuzzTest002() local 141 uint32_t green = GetObject<uint32_t>(); in MaskCmdListFuzzTest003() local 167 uint32_t green = GetObject<uint32_t>(); in MaskCmdListFuzzTest004() local 223 uint32_t green = GetObject<uint32_t>(); in MaskCmdListFuzzTest005() local [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/ |
H A D | gif_encoder.h | 28 uint8_t green; member
|
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | rosen_render_focus_animation.cpp | 115 uint8_t green = pathColor_.GetGreen() & 0xFF; in PaintGlow() local 164 uint8_t green = pathColor_.GetGreen() & 0xFF; in PaintGlow() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 147 auto green = pixels[i + 1]; in GetImageData() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.cpp | 121 auto green = static_cast<uint8_t>(std::stoi(matches[2])); // green value. in FromString() local 130 auto green = static_cast<uint8_t>(std::stoi(matches[2])); in FromString() local [all...] |
H A D | color.h | 34 uint8_t green; member 207 LinearColor(int16_t alpha, int16_t red, int16_t green, int16_t blue) in LinearColor() argument
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_color.h | 49 TestingColor(uint32_t red, uint32_t green, uint32_t blue, uint32_t alpha) in TestingColor() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
H A D | sec_comp_base_mock.h | 42 uint8_t green; member
|