/external/libjpeg-turbo/ |
D | jdcol565.c | 39 JLONG rgb; in LOCAL() local 119 JLONG rgb; in LOCAL() local 196 JLONG rgb; in LOCAL() local 253 JLONG rgb; in LOCAL() local 308 JLONG rgb; in LOCAL() local 350 JLONG rgb; in LOCAL() local
|
D | jdmrg565.c | 35 JLONG rgb; in LOCAL() local 107 JLONG rgb; in LOCAL() local 179 JLONG rgb; in LOCAL() local 277 JLONG rgb; in LOCAL() local
|
/external/libdrm/tests/util/ |
D | pattern.c | 101 #define MAKE_RGBA10(rgb, r, g, b, a) \ argument 107 #define MAKE_RGBA(rgb, r, g, b, a) \ argument 113 #define MAKE_RGB24(rgb, r, g, b) \ argument 147 #define MAKE_RGBA8FP16(rgb, r, g, b, a) \ argument 153 #define MAKE_RGBA10FP16(rgb, r, g, b, a) \ argument 362 static void fill_smpte_rgb16(const struct util_rgb_info *rgb, void *mem, in fill_smpte_rgb16() 423 static void fill_smpte_rgb24(const struct util_rgb_info *rgb, void *mem, in fill_smpte_rgb24() 486 static void fill_smpte_rgb32(const struct util_rgb_info *rgb, void *mem, in fill_smpte_rgb32() 547 static void fill_smpte_rgb16fp(const struct util_rgb_info *rgb, void *mem, in fill_smpte_rgb16fp() 912 const struct util_rgb_info *rgb = &info->rgb; in fill_tiles_rgb16() local [all …]
|
/external/fmtlib/include/fmt/ |
D | color.h | 187 struct rgb { struct 188 FMT_CONSTEXPR rgb() : r(0), g(0), b(0) {} in rgb() function 189 FMT_CONSTEXPR rgb(uint8_t r_, uint8_t g_, uint8_t b_) : r(r_), g(g_), b(b_) {} in rgb() function 190 FMT_CONSTEXPR rgb(uint32_t hex) in rgb() argument 192 FMT_CONSTEXPR rgb(color hex) in rgb() function 203 // color is a struct of either a rgb color or a terminal color. argument
|
/external/deqp/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 166 static tcu::Vec4 Blend(const tcu::Vec4& rgb, const tcu::Vec4& src, const tcu::Vec4& dst) in Blend() 176 tcu::Vec4 rgb = src * dst; in BlendMultiply() local 183 tcu::Vec4 rgb = src + dst - src * dst; in BlendScreen() local 198 tcu::Vec4 rgb(Overlay(src[0], dst[0]), Overlay(src[1], dst[1]), Overlay(src[2], dst[2]), 0.f); in BlendOverlay() local 205 tcu::Vec4 rgb(de::min(src[0], dst[0]), de::min(src[1], dst[1]), de::min(src[2], dst[2]), 0.f); in BlendDarken() local 212 tcu::Vec4 rgb(de::max(src[0], dst[0]), de::max(src[1], dst[1]), de::max(src[2], dst[2]), 0.f); in BlendLighten() local 229 …tcu::Vec4 rgb(ColorDodge(src[0], dst[0]), ColorDodge(src[1], dst[1]), ColorDodge(src[2], dst[2]), … in BlendColorDodge() local 249 …tcu::Vec4 rgb(ColorBurn(src[0], dst[0]), ColorBurn(src[1], dst[1]), ColorBurn(src[2], dst[2]), 0.f… in BlendColorBurn() local 264 …tcu::Vec4 rgb(HardLight(src[0], dst[0]), HardLight(src[1], dst[1]), HardLight(src[2], dst[2]), 0.f… in BlendHardLight() local 287 …tcu::Vec4 rgb(SoftLight(src[0], dst[0]), SoftLight(src[1], dst[1]), SoftLight(src[2], dst[2]), 0.f… in BlendSoftLight() local [all …]
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 671 U32 rgb = gather_24(grid_8, ix); in sample_clut_8() local 829 U16 rgb = load<U16>(src + 2*i); in exec_ops() local 837 const uint8_t* rgb = (const uint8_t*)(src + 3*i); in exec_ops() local 909 const uint16_t* rgb = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. in exec_ops() local 956 const uint16_t* rgb = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. in exec_ops() local 1007 const uint16_t* rgb = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. in exec_ops() local 1060 const float* rgb = (const float*)ptr; // cast to const float* to be safe. in exec_ops() local 1272 uint8_t* rgb = (uint8_t*)dst + 3*i; in exec_ops() local 1326 uint16_t* rgb = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. in exec_ops() local 1381 uint16_t* rgb = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. in exec_ops() local [all …]
|
/external/libjpeg-turbo/simd/arm/ |
D | jdcolext-neon.c | 149 uint8x16x3_t rgb; in jsimd_ycc_rgb_convert_neon() local 218 uint8x8x3_t rgb; in jsimd_ycc_rgb_convert_neon() local 309 uint8x8x3_t rgb; in jsimd_ycc_rgb_convert_neon() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_zoom.c | 244 const GLubyte (*rgb)[3] = (const GLubyte (*)[3]) src; in zoom_span() local 257 const GLushort (*rgb)[3] = (const GLushort (*)[3]) src; in zoom_span() local 270 const GLfloat (*rgb)[3] = (const GLfloat (*)[3]) src; in zoom_span() local 341 const SWspan *span, const GLvoid *rgb) in _swrast_write_zoomed_rgb_span()
|
/external/tensorflow/tensorflow/tools/android/test/jni/ |
D | rgb2yuv.cc | 61 const uint32_t rgb = *in++; in ConvertARGB8888ToYUV420SP() local 84 const uint32_t rgb = *in++; in ConvertRGB565ToYUV420SP() local
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_translate.c | 132 static void src_uses(struct rc_src_register src, unsigned int * rgb, in src_uses() 192 unsigned int rgb = 0; in set_pair_instruction() local
|
/external/skia/gm/ |
D | crbug_1167277.cpp | 37 SkColor rgb = color & 0x00FFFFFF; variable
|
D | crbug_1162942.cpp | 54 SkColor rgb = color & 0x00FFFFFF; variable
|
D | crbug_1174186.cpp | 38 SkColor rgb = color & 0x00FFFFFF; variable
|
/external/pcre/src/ |
D | pcre2_extuni.c | 99 int rgb; in PRIV() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowColor.java | 32 int rgb = java.awt.Color.HSBtoRGB(hsv[0] / 360, hsv[1], hsv[2]); in HSVToColor() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowColor.java | 32 int rgb = java.awt.Color.HSBtoRGB(hsv[0] / 360, hsv[1], hsv[2]); in HSVToColor() local
|
/external/skia/docs/examples/ |
D | SKIA_LOGO_svg.cpp | 8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in draw() local
|
D | SKIA_LOGO.cpp | 8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in draw() local
|
D | SKIA_LOGO_ANIMATE.cpp | 74 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in draw() local
|
/external/webp/src/dsp/ |
D | yuv_sse41.c | 110 uint8_t* const rgb) { in PlanarTo24b_SSE41() 291 const uint8_t* const rgb, __m128i* const out /*out[6]*/) { in RGB24PackedToPlanar_SSE41() 335 const uint32_t* const argb, __m128i* const rgb /*in[6]*/) { in RGB32PackedToPlanar_SSE41() 408 static void ConvertRGB24ToY_SSE41(const uint8_t* rgb, uint8_t* y, int width) { in ConvertRGB24ToY_SSE41() 480 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE41() local 510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local 571 static void ConvertRGBA32ToUV_SSE41(const uint16_t* rgb, in ConvertRGBA32ToUV_SSE41()
|
/external/pdfium/testing/image_diff/ |
D | image_diff_png.cpp | 80 uint8_t* rgb, in ConvertBGRtoRGB() 91 void ConvertRGBAtoRGB(const uint8_t* rgba, in ConvertRGBAtoRGB() 147 void ConvertRGBtoRGBA(const uint8_t* rgb, in ConvertRGBtoRGBA() 161 void ConvertRGBtoBGRA(const uint8_t* rgb, in ConvertRGBtoBGRA() 417 uint8_t* rgb, in ConvertBGRAtoRGB()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 80 static const std::vector<float> rgb = {0.000000000000000000001f, 0.7f, 0.35f}; in TEST_F() local 191 static const std::vector<float> rgb = {0.5f, 0.7f, 0.35f}; in TEST_F() local 257 static const std::vector<float> rgb = {0.5f, 0.7f, 0.35f}; in TEST_F() local
|
/external/skia/src/codec/ |
D | SkAndroidCodec.cpp | 23 static void load_gamut(SkPoint rgb[], const skcms_Matrix3x3& xyz) { in load_gamut() 50 SkPoint rgb[3]; in is_wide_gamut() local
|
/external/skia/experimental/docs/ |
D | utilities.js | 22 function rgb(r, g, b) { function
|
/external/rust/crates/plotters-backend/src/ |
D | style.rs | 5 pub rgb: (u8, u8, u8), field
|