Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DPaintImpl.cpp112 static const uint32_t sFilterBitmapFlag = 0x02; // maps to enum variable
131 flags |= sFilterBitmapFlag; in paintToLegacyFlags()
150 if (flags & sFilterBitmapFlag) { in applyLegacyFlagsToPaint()