Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStyle.cpp115 SkStrokeRec::Style recStyle = fStrokeRec.getStyle(); in initPathEffect() local
116 if (recStyle != SkStrokeRec::kFill_Style && recStyle != SkStrokeRec::kStrokeAndFill_Style) { in initPathEffect()
/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp78 SkStrokeRec::Style recStyle = stroke.getStyle(); in Make() local
85 SkStrokeRec::kStroke_Style == recStyle || SkStrokeRec::kHairline_Style == recStyle; in Make()
86 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in Make()
DGrOvalOpFactory.cpp629 SkStrokeRec::Style recStyle = stroke.getStyle(); in Make() local
632 switch (recStyle) { in Make()
654 SkStrokeRec::kStroke_Style == recStyle || SkStrokeRec::kHairline_Style == recStyle; in Make()
655 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in Make()