Searched defs:SkShouldDitherXY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h597 #define SkShouldDitherXY(x, y) (((x) ^ (y)) & 1) macro
/external/skia/include/core/
H A DSkColorPriv.h598 #define SkShouldDitherXY(x, y) (((x) ^ (y)) & 1) macro

Completed in 101 milliseconds