Home
last modified time | relevance | path

Searched refs:kDisallowDither_Flag (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkSurfaceProps.h55 kDisallowDither_Flag = 1 << 1, enumerator
71 bool isDisallowDither() const { return SkToBool(fFlags & kDisallowDither_Flag); } in isDisallowDither()
/external/skia/gm/
Dsurface.cpp31 flags |= SkSurfaceProps::kDisallowDither_Flag; in make_surface()
/external/skia/src/core/
DSkCanvas.cpp93 if (propFlags & SkSurfaceProps::kDisallowDither_Flag) { in filter_paint_flags()