Home
last modified time | relevance | path

Searched defs:hasStroke (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp309 hasStroke = props.fStroke->type() != SkSVGPaint::Type::kNone; in applyOpacity() local
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1048 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local
1854 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local
3192 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in MakeCircularRRectOp() local
3245 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local
/third_party/skia/src/xps/
DSkXPSDevice.cpp1459 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local