Home
last modified time | relevance | path

Searched refs:applyToPath (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
H A 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()
H A DGrStyle.h169 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp148 return rec.applyToPath(dst, src); in onFilterPath()
209 if (!rec->applyToPath(dst, src)) { in onFilterPath()
/third_party/skia/include/core/
H A DSkStrokeRec.h76 * Returns true if this specifes any thick stroking, i.e. applyToPath()
94 bool applyToPath(SkPath* dst, const SkPath& src) const;
/third_party/skia/src/core/
H A DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
H A DSkPaint.cpp397 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
H A DSkScalerContext.cpp501 if (rec.needToApply() && rec.applyToPath(&strokePath, path)) { in generateMask()
757 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp387 SkAssertResult(tmpParent.get()->style().applyToPath(&fShape.path(), &fillOrHairline, in GrStyledShape()
411 SkAssertResult(parent.fStyle.applyToPath(&fShape.path(), &fillOrHairline, in GrStyledShape()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp666 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
H A DPathTest.cpp250 stroke.applyToPath(&path, path); in test_path_crbugskia2820()
1454 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()

Completed in 19 milliseconds