Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1046 bool isStrokeOnly = in CircleOp() local
1048 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp()
1061 if (isStrokeOnly) { in CircleOp()
1072 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp()
1128 bool useCenter = (arcParams->fUseCenter || isStrokeOnly) && in CircleOp()
1852 bool isStrokeOnly = in Make() local
1854 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make()
1881 if (isStrokeOnly) { in Make()
1911 bool isStrokeOnly = in EllipseOp() local
1923 fStroked = isStrokeOnly && params.fInnerXRadius > 0 && params.fInnerYRadius > 0; in EllipseOp()
[all …]