Searched refs:applyToPath (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrStyle.cpp | 175 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 D | GrStyle.h | 169 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
|
/third_party/skia/src/effects/ |
H A D | SkOpPathEffect.cpp | 148 return rec.applyToPath(dst, src); in onFilterPath() 209 if (!rec->applyToPath(dst, src)) { in onFilterPath()
|
/third_party/skia/include/core/ |
H A D | SkStrokeRec.h | 76 * 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 D | SkStrokeRec.cpp | 105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
|
H A D | SkPaint.cpp | 397 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
|
H A D | SkScalerContext.cpp | 501 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 D | GrStyledShape.cpp | 387 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 D | GrStyledShapeTest.cpp | 666 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
|
H A D | PathTest.cpp | 250 stroke.applyToPath(&path, path); in test_path_crbugskia2820() 1454 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()
|
Completed in 19 milliseconds