Searched refs:SkDITHER_R32To4444 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDither.h67 #define SkDITHER_R32To4444(r, d) SkR32To4444(SkDITHER_R32_FOR_4444_MACRO(r, d)) macro
149 r = SkDITHER_R32To4444(r, dither);
166 r = SkDITHER_R32To4444(r, dither);
/external/skia/include/core/
H A DSkDither.h67 #define SkDITHER_R32To4444(r, d) SkR32To4444(SkDITHER_R32_FOR_4444_MACRO(r, d)) macro
149 r = SkDITHER_R32To4444(r, dither);
166 r = SkDITHER_R32To4444(r, dither);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDither.cpp98 r = SkDITHER_R32To4444(r, d);
/external/skia/samplecode/
H A DSampleDither.cpp98 r = SkDITHER_R32To4444(r, d);

Completed in 1359 milliseconds