Home
last modified time | relevance | path

Searched defs:rgb (Results 1 - 25 of 141) sorted by relevance

123456

/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js[all...]
/third_party/skia/experimental/docs/
H A Dutilities.js22 function rgb(r, g, b) { function
/third_party/skia/gm/
H A Dcrbug_1174186.cpp38 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
H A Dcrbug_1167277.cpp37 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
H A Dcrbug_1162942.cpp54 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
/third_party/skia/docs/examples/
H A DSKIA_LOGO_svg.cpp8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE() local
H A DSKIA_LOGO_ANIMATE.cpp74 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE_ANIMATED() local
H A DSKIA_LOGO.cpp8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_extuni.c99 int rgb; in extuni() local
/third_party/ffmpeg/libavcodec/
H A Dsheervideodata.h32 static const SheerTable rgb[2] = { variable
H A Dbmp.c42 uint32_t rgb[3] = {0}; in bmp_decode_frame() local
[all...]
H A Dfits.h54 int rgb; /**< 1 if file contains RGB image, 0 otherwise */ member
H A Dmpeg4videodec.h77 int rgb; member
H A Dxwdenc.c39 uint32_t rgb[3] = { 0 }, bitorder = 0; in xwd_encode_frame() local
[all...]
H A Dxwddec.c40 uint32_t rgb[3]; in xwd_decode_frame() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_blend.h46 nir_lower_blend_channel rgb; member
/third_party/cups-filters/cupsfilters/
H A Dimage-photocd.c55 *rgb, /* RGB */ in _cupsImageReadPhotoCD() local
[all...]
H A Dtestrgb.c109 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 Dformat.h58 const struct util_rgb_info rgb; member
/third_party/mesa3d/src/util/
H A Dformat_rgb9e5.h59 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 Dradeon_pair_translate.c134 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 Dradeon_program_pair.c38 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 DglcBlendEquationAdvancedTests.cpp166 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...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdcol565.c39 JLONG rgb; in ycc_rgb565_convert_internal() local
119 JLONG rgb; in ycc_rgb565D_convert_internal() local
196 JLONG rgb; rgb_rgb565_convert_internal() local
253 JLONG rgb; rgb_rgb565D_convert_internal() local
308 JLONG rgb; gray_rgb565_convert_internal() local
350 JLONG rgb; gray_rgb565D_convert_internal() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dupsampling_mips_dsp_r2.c50 static WEBP_INLINE void YuvToRgb(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb() argument
64 static WEBP_INLINE void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb565() argument

Completed in 9 milliseconds

123456