Home
last modified time | relevance | path

Searched refs:applyDash (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrStrokeInfo.cpp12 bool GrStrokeInfo::applyDash(SkPath* dst, GrStrokeInfo* dstStrokeInfo, const SkPath& src) const { in applyDash() function in GrStrokeInfo
DGrStrokeInfo.h132 bool applyDash(SkPath* dst, GrStrokeInfo* dstStrokeInfo, const SkPath& src) const;
DGrContext.cpp1318 if (!strokeInfo.applyDash(tmpPath.init(), &dashlessStrokeInfo, *pathPtr)) { in internalDrawPath()