Searched defs:bgr (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/core/fxge/ |
D | fx_dib.h | 87 constexpr uint8_t FXSYS_GetRValue(uint32_t bgr) { in FXSYS_GetRValue() 91 constexpr uint8_t FXSYS_GetGValue(uint32_t bgr) { in FXSYS_GetGValue() 95 constexpr uint8_t FXSYS_GetBValue(uint32_t bgr) { in FXSYS_GetBValue()
|
/external/webp/src/dsp/ |
D | upsampling_mips_dsp_r2.c | 57 static WEBP_INLINE void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr()
|
D | yuv.h | 87 uint8_t* const bgr) { in VP8YuvToBgr()
|
D | yuv.c | 178 static void ConvertBGR24ToY_C(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_C()
|
D | yuv_neon.c | 61 static void ConvertBGR24ToY_NEON(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_NEON()
|
D | upsampling_msa.c | 257 static void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr()
|
D | yuv_sse41.c | 442 static void ConvertBGR24ToY_SSE41(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_SSE41()
|
D | yuv_sse2.c | 596 static void ConvertBGR24ToY_SSE2(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_SSE2()
|
/external/pdfium/third_party/libpng16/ |
D | pngwrite.c | 1804 int bgr = (format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0; in png_image_set_PLTE() local 1806 # define bgr 0 in png_image_set_PLTE() macro
|
D | pngread.c | 1884 int bgr = (image->format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0; in png_create_colormap_entry() local 1886 # define bgr 0 in png_create_colormap_entry() macro
|
/external/libpng/ |
D | pngwrite.c | 1804 int bgr = (format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0; in png_image_set_PLTE() local 1806 # define bgr 0 in png_image_set_PLTE() macro
|
D | pngread.c | 1884 int bgr = (image->format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0; in png_create_colormap_entry() local 1886 # define bgr 0 in png_create_colormap_entry() macro
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 450 unsigned int bgr = palette[((unsigned char*)element)[0]]; in read() local 624 signed char* bgr = (signed char*)element; in read() local 643 signed char* bgr = (signed char*)element; in read() local 652 unsigned char* bgr = (unsigned char*)element; in read() local 779 short* bgr = (short*)element; in read() local 788 unsigned short* bgr = (unsigned short*)element; in read() local 817 int* bgr = (int*)element; in read() local 826 unsigned int* bgr = (unsigned int*)element; in read() local
|
/external/pdfium/testing/image_diff/ |
D | image_diff_png.cpp | 78 void ConvertBGRtoRGB(const uint8_t* bgr, in ConvertBGRtoRGB()
|
/external/freetype/src/truetype/ |
D | ttinterp.h | 406 FT_Bool bgr; /* bgr instead of rgb? */ member
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium.c | 101 unsigned char *bgr; member 1652 unsigned char *bgr; in chamelium_crop_analog_frame() local
|