Home
last modified time | relevance | path

Searched refs:SkDITHER_B32To565 (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkDither.h64 #define SkDITHER_B32To565(b, d) SkB32ToB16(SkDITHER_B32_FOR_565(b, d)) macro
108 b = SkDITHER_B32To565(b, dither); in SkDitherRGBTo565()
121 sb = SkDITHER_B32To565(sb, dither); in SkDitherRGB32To565()
136 sb = SkDITHER_B32To565(sb, dither); in SkDitherARGB32To565()
/external/skia/src/core/
DSkBlitRow_D16.cpp123 sb = SkDITHER_B32To565(sb, dither); in S32_D565_Blend_Dither()
191 sb = SkDITHER_B32To565(sb, dither); in S32A_D565_Blend_Dither()
/external/skia/src/opts/
DSkBlitRow_opts_mips_dsp.cpp526 sb = SkDITHER_B32To565(sb, dither); in S32_D565_Blend_Dither_mips_dsp()
DSkBlitRow_opts_arm_neon.cpp865 sb = SkDITHER_B32To565(sb, dither); in S32_D565_Blend_Dither_neon()