Home
last modified time | relevance | path

Searched refs:DITHER_565_SCAN (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkBlitRow_D16.cpp93 DITHER_565_SCAN(y); in S32_D565_Opaque_Dither()
112 DITHER_565_SCAN(y); in S32_D565_Blend_Dither()
140 DITHER_565_SCAN(y); in S32A_D565_Opaque_Dither()
175 DITHER_565_SCAN(y); in S32A_D565_Blend_Dither()
DSkDither.h183 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3] macro
191 #define DITHER_565_SCAN(y) const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3] macro
/external/skia/src/images/
DSkScaledBitmapSampler.cpp129 DITHER_565_SCAN(y); in Sample_Gray_D565_D()
162 DITHER_565_SCAN(y); in Sample_RGBx_D565_D()
426 DITHER_565_SCAN(y); in Sample_Index_D565_D()
/external/skia/src/opts/
DSkBlitRow_opts_SSE2.cpp825 DITHER_565_SCAN(y); in S32_D565_Opaque_Dither_SSE2()
916 DITHER_565_SCAN(y); in S32_D565_Opaque_Dither_SSE2()
942 DITHER_565_SCAN(y); in S32A_D565_Opaque_Dither_SSE2()
1096 DITHER_565_SCAN(y); in S32A_D565_Opaque_Dither_SSE2()
DSkBlitRow_opts_arm_neon.cpp852 DITHER_565_SCAN(y); in S32_D565_Blend_Dither_neon()
1411 DITHER_565_SCAN(y); in S32A_D565_Opaque_Dither_neon()
1521 DITHER_565_SCAN(y); in S32_D565_Opaque_Dither_neon()
DSkBlitRow_opts_mips_dsp.cpp519 DITHER_565_SCAN(y); in S32_D565_Blend_Dither_mips_dsp()