Searched refs:applyDashToPath (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrStrokeInfo.cpp | 21 bool GrStrokeInfo::applyDashToPath(SkPath* dst, GrStrokeInfo* dstStrokeInfo, in applyDashToPath() function in GrStrokeInfo
|
D | GrStrokeInfo.h | 151 bool applyDashToPath(SkPath* dst, GrStrokeInfo* dstStrokeInfo, const SkPath& src) const;
|
D | GrDrawContext.cpp | 760 if (!strokeInfo.applyDashToPath(tmpPath.init(), &dashlessStrokeInfo, *pathPtr)) { in internalDrawPath()
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.cpp | 82 if (!stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in onInitPath()
|
D | GrGLPath.cpp | 281 if (stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in GrGLPath()
|
/external/skia/src/gpu/batches/ |
D | GrTessellatingPathRenderer.cpp | 113 if (!stroke.applyDashToPath(&path, &stroke, fPath)) { in tessellate()
|