Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/effects/
DSkLayerDrawLooper.h28 kStyle_Bit = 1 << 0, //!< use this layer's Style/stroke settings enumerator
/third_party/skia/include/effects/
DSkLayerDrawLooper.h35 kStyle_Bit = 1 << 0, //!< use this layer's Style/stroke settings enumerator
/third_party/flutter/skia/gm/
Dtextbloblooper.cpp209 SkLayerDrawLooper::kStyle_Bit, &mask_filter, in onOnceBeforeDraw()
227 SkLayerDrawLooper::kStyle_Bit | in onOnceBeforeDraw()
/third_party/flutter/skia/src/effects/
DSkLayerDrawLooper.cpp96 if (bits & kStyle_Bit) { in ApplyInfo()
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp99 if (bits & kStyle_Bit) { in ApplyInfo()