Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrStyle.cpp26 if (style.strokeRec().needToApply()) { in KeySize()
63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) { in WriteKey()
187 if (strokeRec.needToApply()) { in applyToPath()
/third_party/skia/include/core/
DSkStrokeRec.h79 bool needToApply() const { in needToApply() function
126 if (!this->needToApply()) { in hasEqualEffect()
/third_party/skia/src/core/
DSkScalerContext.cpp501 if (rec.needToApply() && rec.applyToPath(&strokePath, path)) { in generateMask()
755 if (rec.needToApply()) { in internalGetPath()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp370 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) { in GrStyledShape()