Home
last modified time | relevance | path

Searched refs:needToApply (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp41 (fStroke.needToApply() && fStroke.getCap() != SkPaint::kButt_Cap); in init()
47 fShouldStroke = fStroke.needToApply(); in init()
88 if (stroke->needToApply()) { in onInitPath()
DGrGLPath.cpp245 SkASSERT(stroke.needToApply()); in InitPathObjectStroke()
288 if (stroke->needToApply() && stroke->getCap() != SkPaint::kButt_Cap) { in GrGLPath()
308 fShouldStroke = stroke->needToApply(); in GrGLPath()
/external/skia/include/core/
DSkStrokeRec.h79 bool needToApply() const { in needToApply() function
107 if (!this->needToApply()) { in hasEqualEffect()
/external/skia/src/gpu/
DGrStrokeInfo.cpp59 if (this->needToApply()) { in asUniqueKeyFragment()
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp133 if (!stroke.needToApply()) { in Geometry()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp369 fStroke.setStrokeStyle(fStroke.needToApply() ? fStroke.getWidth() + extra : extra, in TextRun()
/external/skia/src/core/
DSkScalerContext.cpp650 if (rec.needToApply()) { in internalGetPath()