Home
last modified time | relevance | path

Searched defs:red (Results 26 - 50 of 312) sorted by relevance

12345678910>>...13

/third_party/skia/src/codec/
H A DSkMasks.h22 constexpr SkMasks(const MaskInfo red, const MaskInfo green, const MaskInfo blue, in SkMasks() argument
31 uint32_t red; member
/third_party/skia/tests/
H A DSkRasterPipelineTest.cpp17 uint64_t red = 0x3c00000000003c00ull, in DEF_TEST() local
/foundation/graphic/graphic_utils_lite/test/
H A Dcolor_unit_test.cpp179 ColorType red in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_keyframe_animation_test.cpp115 auto red = RgbPalette::Red(); in HWTEST_F() local
319 auto red = Vector4<Color>(RgbPalette::Red()); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/
H A Dcolor_fuzzer.cpp39 uint32_t red = GetObject<uint32_t>(); in ColorFuzzTest001() local
71 uint32_t red = GetObject<uint32_t>(); in ColorFuzzTest002() local
101 float red = GetObject<float>(); in ColorFuzzTest003() local
131 uint32_t red = GetObject<uint32_t>(); in ColorFuzzTest004() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_animation_debug_trace_test.cpp132 auto red = RgbPalette::Red(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolor_fuzzer/
H A Drscolor_fuzzer.cpp125 int16_t red = GetData<int16_t>(); in DoHaveParameters() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_color_test.cpp47 int16_t red = 10; in HWTEST_F() local
80 int16_t red = 10; in HWTEST_F() local
111 int16_t red = 10; in HWTEST_F() local
127 int16_t red = 10; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_test.cpp135 uint8_t red = pixelMap->GetARGB32ColorR(color); in HWTEST_F() local
182 uint8_t red = pixelMap->GetARGB32ColorR(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.h30 DisplayPrimariesXY red; member
/third_party/node/lib/internal/util/
H A Dcolors.js
/third_party/libdrm/tests/util/
H A Dformat.h35 struct util_color_component red; member
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe09.c79 int i, red, wtstatus; in main() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Df_generic.c26 gf red; in gf_serialize() local
/third_party/openssl/crypto/ec/curve448/
H A Df_generic.c26 gf red; in gf_serialize() local
/third_party/skia/third_party/externals/angle2/src/common/
H A DColor.h35 T red; member
H A Dmathutil.cpp47 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 DAtomicCounterBufferTest.cpp223 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, 0, GLColor::red); in TEST_P() member in __anon20168::GLColor
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng.c156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() argument
H A Dreadppm.c133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp226 auto red = (baseColorValue >> TWO_BYTE_BITS) & 0xff; in ParseRGBAMagicColor() local
276 auto red = static_cast<uint8_t>(std::stoi(matches[1])); in CheckColorAlpha() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_material_filter_test.cpp361 int16_t red = 10; in HWTEST_F() local
387 int16_t red = 10; in HWTEST_F() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dpixel_format_utils.h26 uint16_t red : 5; member
36 uint32_t red : 8; member
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_magnifier_shader_filter.cpp233 int16_t red = static_cast<int16_t>((rgba & 0xFF000000) >> 24); // 0xff000000 red mask, 24 red shift in ConvertToRgba() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/maskcmdlist_fuzzer/
H A Dmaskcmdlist_fuzzer.cpp45 uint32_t red = GetObject<uint32_t>(); in MaskCmdListFuzzTest001() local
99 uint32_t red = GetObject<uint32_t>(); in MaskCmdListFuzzTest002() local
139 uint32_t red = GetObject<uint32_t>(); in MaskCmdListFuzzTest003() local
165 uint32_t red = GetObject<uint32_t>(); in MaskCmdListFuzzTest004() local
221 uint32_t red = GetObject<uint32_t>(); in MaskCmdListFuzzTest005() local
[all...]

Completed in 13 milliseconds

12345678910>>...13