Home
last modified time | relevance | path

Searched refs:applyDashToPath (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrStrokeInfo.cpp21 bool GrStrokeInfo::applyDashToPath(SkPath* dst, GrStrokeInfo* dstStrokeInfo, in applyDashToPath() function in GrStrokeInfo
DGrStrokeInfo.h151 bool applyDashToPath(SkPath* dst, GrStrokeInfo* dstStrokeInfo, const SkPath& src) const;
DGrDrawContext.cpp760 if (!strokeInfo.applyDashToPath(tmpPath.init(), &dashlessStrokeInfo, *pathPtr)) { in internalDrawPath()
/external/skia/src/gpu/gl/
DGrGLPathRange.cpp82 if (!stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in onInitPath()
DGrGLPath.cpp281 if (stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in GrGLPath()
/external/skia/src/gpu/batches/
DGrTessellatingPathRenderer.cpp113 if (!stroke.applyDashToPath(&path, &stroke, fPath)) { in tessellate()