/external/skqp/src/gpu/ |
D | GrStyle.cpp | 170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, in applyToPath() function in GrStyle 183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) { in applyToPath()
|
D | GrStyle.h | 168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
|
D | GrShape.cpp | 472 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/ |
D | GrStyle.cpp | 170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, in applyToPath() function in GrStyle 183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) { in applyToPath()
|
D | GrStyle.h | 168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
|
D | GrShape.cpp | 472 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/ |
D | SkStrokeRec.h | 94 bool applyToPath(SkPath* dst, const SkPath& src) const;
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 94 bool applyToPath(SkPath* dst, const SkPath& src) const;
|
/external/skqp/src/core/ |
D | SkStrokeRec.cpp | 105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
|
D | SkPaint.cpp | 528 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
|
D | SkScalerContext.cpp | 610 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
|
D | SkPaint.cpp | 462 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
|
D | SkScalerContext.cpp | 638 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
|
/external/skqp/src/effects/ |
D | SkOpPathEffect.cpp | 106 return rec.applyToPath(dst, src); in onFilterPath()
|
/external/skia/src/effects/ |
D | SkOpPathEffect.cpp | 106 return rec.applyToPath(dst, src); in onFilterPath()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath)); in GrGLPath()
|
/external/skqp/src/gpu/gl/ |
D | GrGLPath.cpp | 306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath)); in GrGLPath()
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
|
D | PathTest.cpp | 250 stroke.applyToPath(&path, path); in test_path_crbugskia2820() 1487 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
|
D | PathTest.cpp | 250 stroke.applyToPath(&path, path); in test_path_crbugskia2820() 1487 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()
|