| /external/chromium_org/media/base/simd/ |
| D | convert_rgb_to_yuv_unittest.cc | 13 int ConvertRGBToY(const uint8* rgb) { in ConvertRGBToY() 19 int ConvertRGBToU(const uint8* rgb, int size) { in ConvertRGBToU() 25 int ConvertRGBToV(const uint8* rgb, int size) { in ConvertRGBToV() 59 scoped_ptr<uint8[]> rgb(new uint8[kWidth * size]); in TEST() local
|
| /external/qemu/android/camera/ |
| D | camera-format-converters.c | 80 #define R16(rgb) (uint8_t)((rgb) & kRed5) argument 81 #define G16(rgb) (uint8_t)(((rgb) & kGreen6) >> 5) argument 82 #define B16(rgb) (uint8_t)(((rgb) & kBlue5) >> 11) argument 84 #define R16_32(rgb) (uint8_t)((((rgb) & kRed5) << 3) | (((rgb) & kRed5) >> 2)) argument 85 #define G16_32(rgb) (uint8_t)((((rgb) & kGreen6) >> 3) | (((rgb) & kGreen6) >> 9)) argument 86 #define B16_32(rgb) (uint8_t)((((rgb) & kBlue5) >> 8) | (((rgb) & kBlue5) >> 14)) argument 88 #define R32(rgb) (uint8_t)((rgb) & kRed8) argument 89 #define G32(rgb) (uint8_t)((((rgb) & kGreen8) >> 8) & 0xff) argument 90 #define B32(rgb) (uint8_t)((((rgb) & kBlue8) >> 16) & 0xff) argument 97 #define R16(rgb) (uint8_t)(((rgb) & kRed5) >> 11) argument [all …]
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
| D | Utils.java | 148 static int closest(RGB[] rgbs, int n, RGB rgb) { in closest() 166 RGB rgb; field in Utils.ColorCounter 188 RGB rgb = data.palette.getRGB(pixels[x]); in downSample() local 232 RGB rgb = data.palette.getRGB(pixels[x]); in downSample() local
|
| /external/skia/src/images/ |
| D | SkImageDecoder_libwebp.cpp | 470 static void ARGB_8888_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in ARGB_8888_To_RGB() 482 static void ARGB_8888_To_RGBA(const uint8_t* in, uint8_t* rgb, int width, in ARGB_8888_To_RGBA() 507 static void RGB_565_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in RGB_565_To_RGB() 519 static void ARGB_4444_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in ARGB_4444_To_RGB() 531 static void ARGB_4444_To_RGBA(const uint8_t* in, uint8_t* rgb, int width, in ARGB_4444_To_RGBA() 556 static void Index8_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in Index8_To_RGB() 647 uint8_t* rgb = new uint8_t[rgbStride * pic.height]; in onEncode() local
|
| /external/chromium_org/third_party/skia/src/images/ |
| D | SkImageDecoder_libwebp.cpp | 459 static void ARGB_8888_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in ARGB_8888_To_RGB() 471 static void ARGB_8888_To_RGBA(const uint8_t* in, uint8_t* rgb, int width, in ARGB_8888_To_RGBA() 496 static void RGB_565_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in RGB_565_To_RGB() 508 static void ARGB_4444_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in ARGB_4444_To_RGB() 520 static void ARGB_4444_To_RGBA(const uint8_t* in, uint8_t* rgb, int width, in ARGB_4444_To_RGBA() 545 static void Index8_To_RGB(const uint8_t* in, uint8_t* rgb, int width, in Index8_To_RGB() 636 uint8_t* rgb = new uint8_t[rgbStride * pic.height]; in onEncode() local
|
| /external/chromium_org/third_party/mesa/src/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/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowColor.java | 11 public static int rgb(int red, int green, int blue) { in rgb() method in ShadowColor
|
| /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/chromium_org/third_party/mesa/src/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/webp/examples/ |
| D | dwebp.c | 96 unsigned char* rgb, int stride, in WriteUsingWIC() 142 unsigned char* const rgb = buffer->u.RGBA.rgba; in WritePNG() local 160 unsigned char* const rgb = buffer->u.RGBA.rgba; in WritePNG() local 209 const unsigned char* const rgb = buffer->u.RGBA.rgba; in WritePPM() local
|
| /external/qemu/android/utils/ |
| D | jpeg-compress.c | 193 JSAMPROW rgb = (JSAMPROW)(fb + (cinfo.next_scanline + y) * bpl + x_shift); in jpeg_compressor_compress_fb() local 199 JSAMPROW rgb = (JSAMPROW)(fb + (y_shift - cinfo.next_scanline) * bpl + x_shift); in jpeg_compressor_compress_fb() local
|
| /external/chromium_org/ui/gfx/ |
| D | color_utils_unittest.cc | 46 SkColor rgb = SkColorSetARGB(255, r, g, b); in TEST() local 59 SkColor rgb = SkColorSetARGB(255, r, g, b); in TEST() local
|
| /external/chromium_org/ui/gfx/codec/ |
| D | jpeg_codec.cc | 151 void StripAlpha(const unsigned char* rgba, int pixel_width, unsigned char* rgb) in StripAlpha() 161 void BGRAtoRGB(const unsigned char* bgra, int pixel_width, unsigned char* rgb) in BGRAtoRGB() 403 void AddAlpha(const unsigned char* rgb, int pixel_width, unsigned char* rgba) { in AddAlpha() 412 void RGBtoBGRA(const unsigned char* bgra, int pixel_width, unsigned char* rgb) in RGBtoBGRA()
|
| /external/webp/src/dsp/ |
| D | yuv.h | 107 uint8_t* const rgb) { in VP8YuvToRgb() 121 uint8_t* const rgb) { in VP8YuvToRgb565() 163 uint8_t* const rgb) { in VP8YuvToRgb() 183 uint8_t* const rgb) { in VP8YuvToRgb565()
|
| /external/chromium_org/third_party/libwebp/dsp/ |
| D | yuv.h | 107 uint8_t* const rgb) { in VP8YuvToRgb() 121 uint8_t* const rgb) { in VP8YuvToRgb565() 163 uint8_t* const rgb) { in VP8YuvToRgb() 183 uint8_t* const rgb) { in VP8YuvToRgb565()
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| D | Color.cpp | 128 static inline bool parseHexColorInternal(const CharacterType* name, unsigned length, RGBA32& rgb) in parseHexColorInternal() 151 bool Color::parseHexColor(const LChar* name, unsigned length, RGBA32& rgb) in parseHexColor() 156 bool Color::parseHexColor(const UChar* name, unsigned length, RGBA32& rgb) in parseHexColor() 161 bool Color::parseHexColor(const String& name, RGBA32& rgb) in parseHexColor()
|
| D | Color.h | 109 RGBA32 rgb() const { return m_color; } // Preserve the alpha. in rgb() function 111 void setRGB(RGBA32 rgb) { m_color = rgb; } in setRGB()
|
| /external/qemu/distrib/jpeg-6b/ |
| D | jdcolor.c | 240 INT32 rgb; in ycc_rgb_565_convert() local 313 INT32 rgb; in ycc_rgb_565D_convert() local 408 INT32 rgb; in rgb_rgb_565_convert() local 461 INT32 rgb; in rgb_rgb_565D_convert() local 608 INT32 rgb; in gray_rgb_565_convert() local 647 INT32 rgb; in gray_rgb_565D_convert() local
|
| /external/jpeg/ |
| D | jdcolor.c | 242 INT32 rgb; in ycc_rgb_565_convert() local 315 INT32 rgb; in ycc_rgb_565D_convert() local 410 INT32 rgb; in rgb_rgb_565_convert() local 463 INT32 rgb; in rgb_rgb_565D_convert() local 610 INT32 rgb; in gray_rgb_565_convert() local 649 INT32 rgb; in gray_rgb_565D_convert() local
|
| D | jdmerge.c | 326 INT32 rgb; in h2v1_merged_upsample_565() local 392 INT32 rgb; in h2v1_merged_upsample_565D() local 540 INT32 rgb; in h2v2_merged_upsample_565() local 628 INT32 rgb; in h2v2_merged_upsample_565D() local
|
| /external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
| D | SDL_gemvideo.c | 392 short rgb[3]; in GEM_VideoInit() local 502 short oldrgb[3], rgb[3]={0,0,0}; in GEM_ClearRect() local 532 short rgb[3]; in GEM_SetNewPalette() local 1066 short rgb[3]; in GEM_SetColors() local
|
| /external/pdfium/fpdfsdk/include/ |
| D | fsdk_define.h | 97 #define FX_COLORREFTOARGB(rgb) ((FX_DWORD)0xFF000000|(((FX_DWORD)rgb & 0x000000FF) << 16)|((FX_DWO… argument
|
| /external/chromium_org/tools/imagediff/ |
| D | image_diff_png.cc | 57 void ConvertRGBAtoRGB(const unsigned char* rgba, int pixel_width, in ConvertRGBAtoRGB() 119 void ConvertRGBtoRGBA(const unsigned char* rgb, int pixel_width, in ConvertRGBtoRGBA() 131 void ConvertRGBtoBGRA(const unsigned char* rgb, int pixel_width, in ConvertRGBtoBGRA() 387 unsigned char* rgb, bool* is_opaque) { in ConvertBGRAtoRGB()
|
| /external/pcre/dist/ |
| D | pcre_dfa_exec.c | 1429 int lgb, rgb; in internal_dfa_exec() local 1690 int lgb, rgb; in internal_dfa_exec() local 1962 int lgb, rgb; in internal_dfa_exec() local 2164 int lgb, rgb; in internal_dfa_exec() local
|