Searched refs:ditherColor (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_RGB16.cpp | 276 uint16_t ditherColor = fRawDither16; in blitH() local 278 SkTSwap(ditherColor, srcColor); in blitH() 280 sk_dither_memset16(device, srcColor, ditherColor, width); in blitH() 298 uint16_t ditherColor = fRawDither16; in blitAntiH() local 301 SkTSwap(ditherColor, srcColor); in blitAntiH() 317 ditherColor, count); in blitAntiH() 339 SkTSwap(ditherColor, srcColor); in blitAntiH() 496 uint16_t ditherColor = fRawDither16; in blitRect() local 498 SkTSwap(ditherColor, color16); in blitRect() 501 sk_dither_memset16(device, color16, ditherColor, width); in blitRect() [all …]
|