Home
last modified time | relevance | path

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

/external/skia/include/effects/
DSkLayerDrawLooper.h30 kPathEffect_Bit = 1 << 2, //!< use this layer's patheffect enumerator
/external/skia/gm/
Dtextbloblooper.cpp194 fLoopers.push_back().reset(setupLooper(SkLayerDrawLooper::kPathEffect_Bit | in onOnceBeforeDraw()
209 SkLayerDrawLooper::kPathEffect_Bit | in onOnceBeforeDraw()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp95 if (bits & kPathEffect_Bit) { in ApplyInfo()
253 SkAddFlagToString(str, SkToBool(kPathEffect_Bit & rec->fInfo.fPaintBits), "PathEffect", in toString()