| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| H A D | sbuslib.c | 120 u16 red, green, blue; in sbusfb_ioctl_helper() local 165 u8 red, green, blue; in sbusfb_ioctl_helper() local 214 u16 red, green, blue; sbusfb_compat_ioctl() local 258 u8 red, green, blue; sbusfb_compat_ioctl() local [all...] |
| /kernel/linux/linux-6.6/include/video/ |
| H A D | sa1100fb.h | 26 struct fb_bitfield blue; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
| H A D | fbdev.c | 56 psb_fbdev_fb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int transp, struct fb_info *info) psb_fbdev_fb_setcolreg() argument
|
| /kernel/linux/linux-6.6/samples/vfio-mdev/ |
| H A D | mdpy-fb.c | 58 static int mdpy_fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in mdpy_fb_setcolreg() argument
|
| /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
|
| /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
|
| /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 | 64 GLfloat blue; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
| H A D | esextcGPUShader5SamplerArrayIndexing.cpp | 194 const glw::GLfloat blue[] = { 0.0f, 0.0f, 1.0f, 0.0f }; in initTest() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLBufferAgeTest.cpp | 206 float blue = kColorSet[i].B / 255.0; in TEST_P() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| H A D | astc_image_load_store.cpp | 197 float blue = pb->data_b[i]; in update_imageblock_flags() local
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | pngshim.c | 148 unsigned int blue = base[2]; in premultiply_data() local 183 unsigned int blue = base[2]; in convert_bytes_to_data() local
|
| /base/powermgr/battery_lite/services/src/ |
| H A D | battery_device.c | 99 int TurnOnLedImpl(int red, int green, int blue)
in TurnOnLedImpl() argument 110 int SetLedColorImpl(int red, int green, int blue)
in SetLedColorImpl() argument 117 int GetLedColorImpl(int *red, int *green, int *blue)
in GetLedColorImpl() argument
|
| /base/security/security_component_manager/frameworks/common/src/ |
| H A D | sec_comp_tool.cpp | 64 double blue = static_cast<double>(b) / MAX_RGB_VALUE; in RgbToHsv() local
|
| /base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
| H A D | sec_comp_info.h | 57 uint8_t blue; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
| H A D | rosen_render_focus_animation.cpp | 116 uint8_t blue = pathColor_.GetBlue() & 0xFF; in PaintGlow() local 165 uint8_t blue = pathColor_.GetBlue() & 0xFF; in PaintGlow() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | offscreen_canvas_paint_method.cpp | 146 auto blue = pixels[i]; in GetImageData() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | color.cpp | 122 auto blue = static_cast<uint8_t>(std::stoi(matches[3])); // blue value. in FromString() local 131 auto blue = static_cast<uint8_t>(std::stoi(matches[3])); in FromString() local [all...] |