Searched refs:isStrokeOnly (Results 1 – 1 of 1) sorted by relevance
1046 bool isStrokeOnly = in CircleOp() local1048 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() local1854 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make()1881 if (isStrokeOnly) { in Make()1911 bool isStrokeOnly = in EllipseOp() local1923 fStroked = isStrokeOnly && params.fInnerXRadius > 0 && params.fInnerYRadius > 0; in EllipseOp()[all …]