Searched refs:isFillStyle (Results 1 – 19 of 19) sorted by relevance
92 if (pe && !this->isFillStyle()) { in setDashInfo()110 if (!this->isFillStyle()) { in setDashInfo()123 return (!this->isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()
589 SkASSERT(stroke.isFillStyle()); in is_nested_rects()777 !strokeInfoPtr->isFillStyle()) { in internalDrawPath()
308 (strokeInfo.isFillStyle() || strokeInfo.isHairlineStyle())) { in drawPathWithMaskFilter()
132 if (stroke.isFillStyle()) { in draw()
640 if (stroke.isFillStyle() && !paint.getMaskFilter() && !paint.getPathEffect()) { in drawDRRect()
119 if (!stroke.isFillStyle()) { in tessellate()227 if (!stroke.isFillStyle()) { in TessellatingPathBatch()
333 geometry.fStrokeWidth = args.fStroke->isFillStyle() ? -1.0f : args.fStroke->getWidth(); in onDrawPath()334 geometry.fJoin = args.fStroke->isFillStyle() ? SkPaint::Join::kMiter_Join : in onDrawPath()
726 return !args.fAntiAlias && (args.fStroke->isFillStyle() || in onCanDrawPath()
107 if (!args.fStroke->isFillStyle()) { in onCanDrawPath()
686 args.fStroke->isFillStyle() && !args.fPath->isInverseFillType() && in onCanDrawPath()
781 args.fStroke->isFillStyle() && !args.fPath->isInverseFillType() && in onCanDrawPath()
46 bool isFillStyle() const { in isFillStyle() function
48 fShouldFill = fStroke.isFillStyle() || in init()
309 fShouldFill = stroke->isFillStyle() || in GrGLPath()
74 bool doFill = rec->isFillStyle(); in filterPath()
860 if (!strokeRec.isFillStyle()) { in directFilterMaskGPU()1157 if (!strokeRec.isFillStyle()) { in directFilterRRectMaskGPU()
381 if (!fStroke.isFillStyle()) { in TextRun()403 if (fUsingRawGlyphPaths && fStroke.isFillStyle()) { in TextRun()620 if (!fStroke.isFillStyle()) { in draw()
228 if (rec->isFillStyle() || initialDashLength < 0) { in FilterDashPath()
908 REPORTER_ASSERT(reporter, rec.isFillStyle()); in test_strokerec()