Searched refs:applyToPath (Results 1 – 11 of 11) sorted by relevance
/external/skia/include/core/ |
D | SkStrokeRec.h | 94 bool applyToPath(SkPath* dst, const SkPath& src) const;
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.cpp | 92 if (!stroke->applyToPath(tmpPath.get(), *tmpPath.get())) { in onInitPath()
|
D | GrGLPath.cpp | 297 SkAssertResult(stroke->applyToPath(tmpPath.get(), *skPath)); in GrGLPath()
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
|
D | SkScalerContext.cpp | 652 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
|
D | SkPaint.cpp | 2045 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
|
/external/skia/src/gpu/batches/ |
D | GrTessellatingPathRenderer.cpp | 121 if (!stroke.applyToPath(&path, path)) { in tessellate()
|
D | GrAADistanceFieldPathRenderer.cpp | 562 args.fStroke->applyToPath(&geometry.fPath, *args.fPath); in onDrawPath()
|
/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 180 if (strokeInfo.applyToPath(strokedPath, *pathPtr)) { in draw_path_with_mask_filter()
|
D | GrDrawContext.cpp | 783 if (!dashlessStrokeInfo.applyToPath(tmpPath.get(), *pathPtr)) { in internalDrawPath()
|
/external/skia/tests/ |
D | PathTest.cpp | 135 stroke.applyToPath(&path, path); in test_path_crbugskia2820() 1333 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()
|