Home
last modified time | relevance | path

Searched refs:applyToPath (Results 1 – 11 of 11) sorted by relevance

/external/skia/include/core/
DSkStrokeRec.h94 bool applyToPath(SkPath* dst, const SkPath& src) const;
/external/skia/src/gpu/gl/
DGrGLPathRange.cpp92 if (!stroke->applyToPath(tmpPath.get(), *tmpPath.get())) { in onInitPath()
DGrGLPath.cpp297 SkAssertResult(stroke->applyToPath(tmpPath.get(), *skPath)); in GrGLPath()
/external/skia/src/core/
DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
DSkScalerContext.cpp652 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
DSkPaint.cpp2045 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
/external/skia/src/gpu/batches/
DGrTessellatingPathRenderer.cpp121 if (!stroke.applyToPath(&path, path)) { in tessellate()
DGrAADistanceFieldPathRenderer.cpp562 args.fStroke->applyToPath(&geometry.fPath, *args.fPath); in onDrawPath()
/external/skia/src/gpu/
DGrBlurUtils.cpp180 if (strokeInfo.applyToPath(strokedPath, *pathPtr)) { in draw_path_with_mask_filter()
DGrDrawContext.cpp783 if (!dashlessStrokeInfo.applyToPath(tmpPath.get(), *pathPtr)) { in internalDrawPath()
/external/skia/tests/
DPathTest.cpp135 stroke.applyToPath(&path, path); in test_path_crbugskia2820()
1333 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()