Searched defs:hasStroke (Results 1 - 4 of 4) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGRenderContext.cpp295 const bool hasStroke = SkToBool(this->strokePaint()); local
301 if ((flags & kLeaf) && (hasFill ^ hasStroke)) {
/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp86 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; local
91 if (hasStroke) {
855 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
857 if (hasStroke) {
H A DGrOvalOpFactory.cpp655 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; local
660 if (hasStroke) {
1188 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
1192 if (hasStroke) {
2318 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
2321 if (hasStroke) {
/external/skia/src/xps/
H A DSkXPSDevice.cpp1465 const bool hasStroke = SkPaint::kStroke_Style == style local
1477 if (hasStroke) {

Completed in 227 milliseconds