Searched refs:isStrokeOnly (Results 1 – 1 of 1) sorted by relevance
816 bool isStrokeOnly = SkStrokeRec::kStroke_Style == style || in create_circle_batch() local818 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in create_circle_batch()831 if (isStrokeOnly) { in create_circle_batch()848 geometry.fStroke = isStrokeOnly && innerRadius > 0; in create_circle_batch()1066 bool isStrokeOnly = SkStrokeRec::kStroke_Style == style || in create_ellipse_batch() local1068 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in create_ellipse_batch()1092 if (isStrokeOnly) { in create_ellipse_batch()1114 geometry.fStroke = isStrokeOnly && innerXRadius > 0 && innerYRadius > 0; in create_ellipse_batch()1900 bool isStrokeOnly = SkStrokeRec::kStroke_Style == style || in create_rrect_batch() local1902 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in create_rrect_batch()[all …]