HomeSort by relevance Sort by last modified time
    Searched refs:kPathEffect_Bit (Results 1 - 3 of 3) sorted by null

  /external/skia/include/effects/
SkLayerDrawLooper.h 30 kPathEffect_Bit = 1 << 2, //!< use this layer's patheffect
  /external/skia/gm/
textbloblooper.cpp 194 fLoopers.push_back().reset(setupLooper(SkLayerDrawLooper::kPathEffect_Bit |
209 SkLayerDrawLooper::kPathEffect_Bit |
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 95 if (bits & kPathEffect_Bit) {
253 SkAddFlagToString(str, SkToBool(kPathEffect_Bit & rec->fInfo.fPaintBits), "PathEffect",

Completed in 181 milliseconds