Home
last modified time | relevance | path

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

/external/skqp/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,
DGrShape.cpp472 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
496 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()
/external/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,
DGrShape.cpp472 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
496 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()
/external/skqp/include/core/
DSkStrokeRec.h94 bool applyToPath(SkPath* dst, const SkPath& src) const;
/external/skia/include/core/
DSkStrokeRec.h94 bool applyToPath(SkPath* dst, const SkPath& src) const;
/external/skqp/src/core/
DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
DSkPaint.cpp528 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
DSkScalerContext.cpp610 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
/external/skia/src/core/
DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
DSkPaint.cpp462 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
DSkScalerContext.cpp638 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
/external/skqp/src/effects/
DSkOpPathEffect.cpp106 return rec.applyToPath(dst, src); in onFilterPath()
/external/skia/src/effects/
DSkOpPathEffect.cpp106 return rec.applyToPath(dst, src); in onFilterPath()
/external/skia/src/gpu/gl/
DGrGLPath.cpp306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath)); in GrGLPath()
/external/skqp/src/gpu/gl/
DGrGLPath.cpp306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath)); in GrGLPath()
/external/skqp/tests/
DGrShapeTest.cpp656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
DPathTest.cpp250 stroke.applyToPath(&path, path); in test_path_crbugskia2820()
1487 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()
/external/skia/tests/
DGrShapeTest.cpp656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
DPathTest.cpp250 stroke.applyToPath(&path, path); in test_path_crbugskia2820()
1487 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()