/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/maskcmdlist_fuzzer/ |
H A D | maskcmdlist_fuzzer.cpp | 45 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...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/ |
H A D | gif_encoder.h | 27 uint8_t red; member
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | colored.py | 131 def red(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 | 271 static GLfloat red[4] = {0.8f, 0.1f, 0.f, 1.f}; in init() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | accum.c | 39 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) in _mesa_ClearAccum() argument
|
H A D | texcompress_rgtc.c | 318 GLubyte red; in fetch_red_rgtc1() local 330 GLubyte red; in fetch_l_latc1() local 342 GLbyte red; in fetch_signed_red_rgtc1() local 355 GLbyte red; in fetch_signed_l_latc1() local 368 GLubyte red, green; fetch_rg_rgtc2() local 385 GLubyte red, green; fetch_la_latc2() local 403 GLbyte red, green; fetch_signed_rg_rgtc2() local 421 GLbyte red, green; fetch_signed_la_latc2() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_fastpath.c | 144 red(const struct lp_jit_context *context, in red() function
|
/third_party/libdrm/tests/tegra/ |
H A D | vic41.c | 45 vic41_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic41_fill() argument
|
H A D | vic42.c | 45 vic42_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic42_fill() argument
|
H A D | vic40.c | 45 vic40_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic40_fill() argument
|
H A D | vic30.c | 50 vic30_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic30_fill() argument
|
H A D | vic.c | 179 vic_clear(struct vic *vic, struct vic_image *output, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic_clear() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderDrawParametersTests.hpp | 62 GLfloat red; member
|
H A D | gl4cES31CompatibilityTests.cpp | 609 glw::GLfloat red = -1.f; in test() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5SamplerArrayIndexing.cpp | 196 const glw::GLfloat red[] = { 1.0f, 0.0f, 0.0f, 0.0f }; in initTest() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBufferAgeTest.cpp | 204 float red = kColorSet[i].R / 255.0; in TEST_P() local
|
H A D | EGLSyncTest.cpp | 246 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::red); member in GLColor 264 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::red); member in GLColor 282 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::red); member in GLColor
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | IndexBufferOffsetTest.cpp | 388 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::red); in TEST_P() member in GLColor 431 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::red); in TEST_P() member in GLColor 463 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::red); in TEST_P() member in GLColor
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_image_load_store.cpp | 195 float red = pb->data_r[i]; in update_imageblock_flags() local
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | pngshim.c | 146 unsigned int red = base[0]; in premultiply_data() local 181 unsigned int red = base[0]; in convert_bytes_to_data() local
|
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | rosen_render_focus_animation.cpp | 114 uint8_t red = pathColor_.GetRed() & 0xFF; in PaintGlow() local 163 uint8_t red = pathColor_.GetRed() & 0xFF; in PaintGlow() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 148 auto red = pixels[i + 2]; in GetImageData() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.cpp | 120 auto red = static_cast<uint8_t>(std::stoi(matches[1])); // red value. in FromString() local 129 auto red = static_cast<uint8_t>(std::stoi(matches[1])); in FromString() local [all...] |