| /foundation/graphic/graphic_utils_lite/test/ |
| H A D | color_unit_test.cpp | 314 ColorType blue = Color::Blue(); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| H A D | rs_keyframe_animation_test.cpp | 114 auto blue = RgbPalette::Blue();
in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/ |
| H A D | color_fuzzer.cpp | 40 uint32_t blue = GetObject<uint32_t>(); in ColorFuzzTest001() local 72 uint32_t blue = GetObject<uint32_t>(); in ColorFuzzTest002() local 102 float blue = GetObject<float>(); in ColorFuzzTest003() local 132 uint32_t blue = 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 | 123 int16_t blue = 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 | 49 int16_t blue = 12; in HWTEST_F() local 82 int16_t blue = 12; in HWTEST_F() local 113 int16_t blue = 12; in HWTEST_F() local 129 int16_t blue = 12; in HWTEST_F() local [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
| H A D | image_source_gif_test.cpp | 137 uint8_t blue = pixelMap->GetARGB32ColorB(color); in HWTEST_F() local 184 uint8_t blue = pixelMap->GetARGB32ColorB(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 | 32 DisplayPrimariesXY blue;
member
|
| /third_party/node/lib/internal/util/ |
| H A D | colors.js | |
| /third_party/libdrm/tests/util/ |
| H A D | format.h | 37 struct util_color_component blue; member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | Color.h | 37 T blue; member
|
| H A D | mathutil.cpp | 47 unsigned int convertRGBFloatsTo999E5(float red, float green, float blue) in convertRGBFloatsTo999E5() argument 71 void convert999E5toRGBFloats(unsigned int input, float *red, float *green, float *blue) in convert999E5toRGBFloats() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | PbufferTest.cpp | 156 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); in TEST_P() member in GLColor
|
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | readpng.c | 156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() argument
|
| H A D | readppm.c | 133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() argument
|
| /third_party/skia/bench/ |
| H A D | TileBench.cpp | 19 float blue = 255.0f; in create_gradient() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_attributes_parser.cpp | 228 auto blue = baseColorValue & 0xff; in ParseRGBAMagicColor() local 278 auto blue = static_cast<uint8_t>(std::stoi(matches[3])); in CheckColorAlpha() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| H A D | rs_material_filter_test.cpp | 363 int16_t blue = 12; in HWTEST_F() local 389 int16_t blue = 12; in HWTEST_F() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| H A D | pixel_format_utils.h | 24 uint16_t blue : 5; member 34 uint32_t blue : 8; member
|
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_magnifier_shader_filter.cpp | 235 int16_t blue = static_cast<int16_t>((rgba & 0x0000FF00) >> 8); // 0x0000ff00 blue mask, 8 blue shift in ConvertToRgba() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/maskcmdlist_fuzzer/ |
| H A D | maskcmdlist_fuzzer.cpp | 46 uint32_t blue = GetObject<uint32_t>(); in MaskCmdListFuzzTest001() local 100 uint32_t blue = GetObject<uint32_t>(); in MaskCmdListFuzzTest002() local 140 uint32_t blue = GetObject<uint32_t>(); in MaskCmdListFuzzTest003() local 166 uint32_t blue = GetObject<uint32_t>(); in MaskCmdListFuzzTest004() local 222 uint32_t blue = GetObject<uint32_t>(); in MaskCmdListFuzzTest005() local [all...] |
| /foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/ |
| H A D | gif_encoder.h | 29 uint8_t blue; member
|
| /test/testfwk/developer_test/libs/fuzzlib/tools/ |
| H A D | colored.py | 144 def blue(self, s): member in Colored
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | xwdenc.c | 192 uint8_t red, green, blue; in xwd_encode_frame() local
|
| H A D | xwddec.c | 222 uint8_t red, green, blue; in xwd_decode_frame() local
|
| /third_party/glfw/examples/ |
| H A D | gears.c | 273 static GLfloat blue[4] = {0.2f, 0.2f, 1.f, 1.f}; in init() local
|