Searched refs:hasStroke (Results 1 - 6 of 6) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGRenderContext.cpp368 const bool hasStroke = SkToBool(this->strokePaint()); local
374 if ((flags & kLeaf) && (hasFill ^ hasStroke)) {
/external/skqp/experimental/svg/model/
H A DSkSVGRenderContext.cpp368 const bool hasStroke = SkToBool(this->strokePaint()); local
374 if ((flags & kLeaf) && (hasFill ^ hasStroke)) {
/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp920 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; local
925 if (hasStroke) {
1813 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
1817 if (hasStroke) {
2960 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
2963 if (hasStroke) {
/external/skqp/src/gpu/ops/
H A DGrOvalOpFactory.cpp637 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; local
642 if (hasStroke) {
1187 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
1191 if (hasStroke) {
2334 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
2337 if (hasStroke) {
/external/skia/src/xps/
H A DSkXPSDevice.cpp1461 const bool hasStroke = SkPaint::kStroke_Style == style local
1473 if (hasStroke) {
/external/skqp/src/xps/
H A DSkXPSDevice.cpp1461 const bool hasStroke = SkPaint::kStroke_Style == style local
1473 if (hasStroke) {

Completed in 227 milliseconds