Searched refs:isFillStyle (Results 1 – 10 of 10) sorted by relevance
77 if (!strokeRec.isHairlineStyle() && !strokeRec.isFillStyle()) { in GeneratePathMaskKey()117 if (!strokeRec.isFillStyle()) { in GeneratePathMaskKey()120 if (!strokeRec.isHairlineStyle() && !strokeRec.isFillStyle()) { in GeneratePathMaskKey()
800 if (style.isFillStyle()) { in drawRect()922 if (style.isFillStyle()) { in drawRRect()1323 } else if (style.isFillStyle() && renderer->useNonAAInnerFill() && !dependsOnDst) { in drawGeometry()1556 SkASSERT(!requireMSAA && style.isFillStyle()); in chooseRenderer()1580 if (shape.isRect() && style.isFillStyle() && in chooseRenderer()
1235 if (style.isFillStyle() || (style.getCap() == SkPaint::kButt_Cap && all(origSize == 0.f))) { in visitClipStackForDraw()1259 if (!style.isFillStyle() || rendererOutset != 0.0f) { in visitClipStackForDraw()
126 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill()156 return this->pathEffect() || (!fStrokeRec.isFillStyle() && !fStrokeRec.isHairlineStyle()); in applies()
686 if (stroke.isFillStyle() && !paint.getMaskFilter() && !paint.getPathEffect()) { in drawDRRect()
1863 if (!shape.style().strokeRec().isFillStyle() && !shape.isEmpty()) { in drawShapeUsingPathRenderer()
51 bool isFillStyle() const { in isFillStyle() function
91 bool doFill = rec->isFillStyle(); in onFilterPath()
333 || (!style.isFillStyle() && !style.isHairlineStyle()) in submitDraws()
1076 REPORTER_ASSERT(reporter, rec.isFillStyle()); in test_strokerec()