Home
last modified time | relevance | path

Searched refs:SkDITHER_B32To4444 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDither.h68 #define SkDITHER_B32To4444(b, d) SkB32To4444(SkDITHER_B32_FOR_4444_MACRO(b, d)) macro
150 b = SkDITHER_B32To4444(b, dither); in SkDitherARGB32To4444()
167 b = SkDITHER_B32To4444(b, dither); in SkDitherARGB32To4444()
/external/skia/samplecode/
DSampleDither.cpp94 b = SkDITHER_B32To4444(b, d); in pre_dither()