/third_party/node/deps/npm/node_modules/color-convert/ |
H A D | conversions.js | [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_rgb.h | 21 static inline void rockchip_rgb_fini(struct rockchip_rgb *rgb) in rockchip_rgb_fini() argument
|
H A D | rockchip_rgb.c | 75 struct rockchip_rgb *rgb; in rockchip_rgb_init() local 159 rockchip_rgb_fini(struct rockchip_rgb *rgb) rockchip_rgb_fini() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_rgb.h | 23 static inline void rockchip_rgb_fini(struct rockchip_rgb *rgb) in rockchip_rgb_fini() argument
|
H A D | rockchip_rgb.c | 78 struct rockchip_rgb *rgb; in rockchip_rgb_init() local 182 rockchip_rgb_fini(struct rockchip_rgb *rgb) rockchip_rgb_fini() argument [all...] |
/third_party/skia/experimental/docs/ |
H A D | utilities.js | 22 function rgb(r, g, b) { function
|
/third_party/skia/gm/ |
H A D | crbug_1174186.cpp | 38 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
|
H A D | crbug_1167277.cpp | 37 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
|
H A D | crbug_1162942.cpp | 54 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
|
/third_party/skia/docs/examples/ |
H A D | SKIA_LOGO_svg.cpp | 8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE() local
|
H A D | SKIA_LOGO_ANIMATE.cpp | 74 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE_ANIMATED() local
|
H A D | SKIA_LOGO.cpp | 8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE() local
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_extuni.c | 99 int rgb; in extuni() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_opp_regamma_v.c | 474 const struct pwl_result_data *rgb = in program_pwl() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_opp_regamma_v.c | 472 const struct pwl_result_data *rgb = in program_pwl() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | sheervideodata.h | 32 static const SheerTable rgb[2] = { variable
|
H A D | bmp.c | 42 uint32_t rgb[3] = {0}; in bmp_decode_frame() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_blend.h | 46 nir_lower_blend_channel rgb; member
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-photocd.c | 55 *rgb, /* RGB */ in _cupsImageReadPhotoCD() local [all...] |
H A D | testrgb.c | 109 cups_rgb_t *rgb; /* Color separation */ in test_gray() local 239 cups_rgb_t *rgb; /* Color separation */ test_rgb() local [all...] |
/third_party/libdrm/tests/util/ |
H A D | format.h | 58 const struct util_rgb_info rgb; member
|
/third_party/mesa3d/src/util/ |
H A D | format_rgb9e5.h | 59 static inline uint32_t float3_to_rgb9e5(const float rgb[3]) in float3_to_rgb9e5() argument 106 static inline void rgb9e5_to_float3(uint32_t rgb, float retval[3]) in rgb9e5_to_float3() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_translate.c | 134 static void src_uses(struct rc_src_register src, unsigned int * rgb, in src_uses() argument 194 unsigned int rgb = 0; in set_pair_instruction() local
|
H A D | radeon_program_pair.c | 38 rc_pair_alloc_source(struct rc_pair_instruction *pair, unsigned int rgb, unsigned int alpha, rc_register_file file, unsigned int index) rc_pair_alloc_source() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 166 static tcu::Vec4 Blend(const tcu::Vec4& rgb, const tcu::Vec4& src, const tcu::Vec4& dst) in Blend() argument 176 tcu::Vec4 rgb = src * dst; in BlendMultiply() local 183 tcu::Vec4 rgb = src + dst - src * dst; in BlendScreen() local [all...] |