Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DBakedOpState.cpp34 const RecordedOp& recordedOp, bool expandForStroke) { in ResolvedRenderState() argument
40 if (CC_UNLIKELY(expandForStroke)) { in ResolvedRenderState()
45 if (CC_UNLIKELY(expandForStroke in ResolvedRenderState()
132 bool expandForStroke = (strokeBehavior == StrokeBehavior::StyleDefined) in tryStrokeableOpConstruct() local
137 allocator, snapshot, recordedOp, expandForStroke); in tryStrokeableOpConstruct()
DBakedOpState.h56 const RecordedOp& recordedOp, bool expandForStroke);
143 const RecordedOp& recordedOp, bool expandForStroke) in BakedOpState() argument
144 : computedState(allocator, snapshot, recordedOp, expandForStroke) in BakedOpState()
DBakedOpDispatcher.cpp235 const bool expandForStroke = op.paint->getStyle() != SkPaint::kFill_Style; in renderTextShadow() local
236 if (expandForStroke) { in renderTextShadow()
242 if (CC_UNLIKELY(expandForStroke && in renderTextShadow()