Home
last modified time | relevance | path

Searched defs:green (Results 1 - 25 of 61) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_color.cpp18 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 Drosen_render_qrcode.h37 uint8_t green; member
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_data.cpp42 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 Dndkcolor_fuzzer.cpp50 uint32_t green = GetObject<uint32_t>(); in NativeDrawingColorTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.h38 uint8_t green; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dcolor_test.cpp271 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 Djs_common.h34 uint32_t green; member
/foundation/graphic/graphic_utils_lite/test/
H A Dcolor_unit_test.cpp254 ColorType green = Color::Green(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/
H A Dcolor_fuzzer.cpp41 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 Drscolor_fuzzer.cpp124 int16_t green = GetData<int16_t>(); in DoHaveParameters() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_color_test.cpp48 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 Dimage_source_gif_test.cpp136 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 Ditem_property_display_box.h31 DisplayPrimariesXY green; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp227 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 Drs_material_filter_test.cpp362 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 Dpixel_format_utils.h25 uint16_t green : 5; member
35 uint32_t green : 8; member
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_magnifier_shader_filter.cpp234 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 Dmaskcmdlist_fuzzer.cpp47 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 Dgif_encoder.h28 uint8_t green; member
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp115 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 Doffscreen_canvas_paint_method.cpp147 auto green = pixels[i + 1]; in GetImageData() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp121 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 Dcolor.h34 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 Dtesting_color.h49 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 Dsec_comp_base_mock.h42 uint8_t green; member

Completed in 12 milliseconds

123