Searched refs:ditherColor (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_RGB16.cpp | 282 uint16_t ditherColor = fRawDither16; in blitH() local 284 SkTSwap(ditherColor, srcColor); in blitH() 286 sk_dither_memset16(device, srcColor, ditherColor, width); in blitH() 304 uint16_t ditherColor = fRawDither16; in blitAntiH() local 307 SkTSwap(ditherColor, srcColor); in blitAntiH() 323 ditherColor, count); in blitAntiH() 345 SkTSwap(ditherColor, srcColor); in blitAntiH() 504 uint16_t ditherColor = fRawDither16; in blitRect() local 506 SkTSwap(ditherColor, color16); in blitRect() 509 sk_dither_memset16(device, color16, ditherColor, width); in blitRect() [all …]
|