Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp391 fNewPaintFlags = filter_paint_flags(props, oldFlags); in AutoDrawLooper()
392 if (fIsSimple && (fNewPaintFlags != oldFlags)) { in AutoDrawLooper()
394 paint->setFlags(fNewPaintFlags); in AutoDrawLooper()
431 uint32_t fNewPaintFlags; member in AutoDrawLooper
448 paint->setFlags(fNewPaintFlags); in doNext()