Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrStyle.cpp170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, in applyToPath() function in GrStyle
183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) { in applyToPath()
DGrStyle.h168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
/third_party/skia/src/gpu/
DGrStyle.cpp175 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, in applyToPath() function in GrStyle
188 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) { in applyToPath()
DGrStyle.h169 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
/third_party/skia/src/effects/
DSkOpPathEffect.cpp148 return rec.applyToPath(dst, src); in onFilterPath()
209 if (!rec->applyToPath(dst, src)) { in onFilterPath()
/third_party/flutter/skia/include/core/
DSkStrokeRec.h94 bool applyToPath(SkPath* dst, const SkPath& src) const;
/third_party/skia/include/core/
DSkStrokeRec.h94 bool applyToPath(SkPath* dst, const SkPath& src) const;
/third_party/skia/src/core/
DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
DSkPaint.cpp397 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
DSkScalerContext.cpp501 if (rec.needToApply() && rec.applyToPath(&strokePath, path)) { in generateMask()
757 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
/third_party/flutter/skia/src/core/
DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
DSkPaint.cpp459 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
DSkScalerContext.cpp679 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
/third_party/flutter/skia/src/effects/
DSkOpPathEffect.cpp106 return rec.applyToPath(dst, src); in onFilterPath()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp387 SkAssertResult(tmpParent.get()->style().applyToPath(&fShape.path(), &fillOrHairline, in GrStyledShape()
411 SkAssertResult(parent.fStyle.applyToPath(&fShape.path(), &fillOrHairline, in GrStyledShape()
/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.cpp306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath)); in GrGLPath()
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.cpp470 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
494 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()
/third_party/skia/tests/
DGrStyledShapeTest.cpp666 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
DPathTest.cpp250 stroke.applyToPath(&path, path); in test_path_crbugskia2820()
1454 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()
/third_party/flutter/skia/tests/
DGrShapeTest.cpp656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
DPathTest.cpp250 stroke.applyToPath(&path, path); in test_path_crbugskia2820()
1481 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()