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

/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp84 bool isStrokeOnly = local
86 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle;
99 if (isStrokeOnly) {
104 bool stroked = isStrokeOnly && innerRadius > 0.0f;
853 bool isStrokeOnly =
855 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
878 if (!isStrokeOnly && (SK_ScalarHalf > xRadius || SK_ScalarHalf > yRadius)) {
883 color, viewMatrix, bounds, xRadius, blurRadius, scaledStroke.fX, isStrokeOnly));
H A DGrOvalOpFactory.cpp653 bool isStrokeOnly = local
655 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle;
668 if (isStrokeOnly) {
679 bool stroked = isStrokeOnly && innerRadius > 0.0f;
702 (arcParams->fUseCenter || isStrokeOnly) &&
1186 bool isStrokeOnly = local
1188 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
1214 if (isStrokeOnly) {
1234 op->fStroked = isStrokeOnly && innerXRadius > 0 && innerYRadius > 0;
2316 bool isStrokeOnly
[all...]

Completed in 157 milliseconds