Home
last modified time | relevance | path

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

/external/skqp/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/
DGrStyle.cpp115 SkStrokeRec::Style recStyle = fStrokeRec.getStyle(); in initPathEffect() local
116 if (recStyle != SkStrokeRec::kFill_Style && recStyle != SkStrokeRec::kStrokeAndFill_Style) { in initPathEffect()
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp915 SkStrokeRec::Style recStyle = stroke.getStyle(); in Make() local
918 switch (recStyle) { in Make()
950 SkStrokeRec::Style recStyle = stroke.getStyle(); in CircleOp() local
960 SkStrokeRec::kStroke_Style == recStyle || SkStrokeRec::kHairline_Style == recStyle; in CircleOp()
961 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp989 SkStrokeRec::Style recStyle = stroke.getStyle(); in Make() local
992 switch (recStyle) { in Make()
1024 SkStrokeRec::Style recStyle = stroke.getStyle(); in CircleOp() local
1034 SkStrokeRec::kStroke_Style == recStyle || SkStrokeRec::kHairline_Style == recStyle; in CircleOp()
1035 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp()