Home
last modified time | relevance | path

Searched defs:isDither (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/graphite/precompile/
DPaintOptions.h139 bool isDither() const { return fDither; } in isDither() function
/external/skia/include/core/
DSkPaint.h175 bool isDither() const { in isDither() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPaint.java333 protected boolean isDither() { in isDither() method in ShadowPaint