Searched refs:ditherColor (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_RGB16.cpp | 271 uint16_t ditherColor = fRawDither16; in blitH() local 273 SkTSwap(ditherColor, srcColor); in blitH() 275 sk_dither_memset16(device, srcColor, ditherColor, width); in blitH() 293 uint16_t ditherColor = fRawDither16; in blitAntiH() local 296 SkTSwap(ditherColor, srcColor); in blitAntiH() 312 ditherColor, count); in blitAntiH() 334 SkTSwap(ditherColor, srcColor); in blitAntiH() 487 uint16_t ditherColor = fRawDither16; in blitRect() local 489 SkTSwap(ditherColor, color16); in blitRect() 492 sk_dither_memset16(device, color16, ditherColor, width); in blitRect() [all …]
|