Searched refs:kDisallowDither_Flag (Results 1 – 3 of 3) sorted by relevance
55 kDisallowDither_Flag = 1 << 1, enumerator71 bool isDisallowDither() const { return SkToBool(fFlags & kDisallowDither_Flag); } in isDisallowDither()
31 flags |= SkSurfaceProps::kDisallowDither_Flag; in make_surface()
93 if (propFlags & SkSurfaceProps::kDisallowDither_Flag) { in filter_paint_flags()