Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDevice.cpp116 bool complexPaint = paint.getStyle() != SkPaint::kFill_Style || paint.getMaskFilter() || in drawRegion() local
120 if (isNonTranslate || complexPaint || antiAlias) { in drawRegion()