Searched refs:applyPathEffectToPath (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrStyle.h | 159 bool SK_WARN_UNUSED_RESULT applyPathEffectToPath(SkPath* dst, SkStrokeRec* remainingStoke,
|
D | GrStyle.cpp | 163 bool GrStyle::applyPathEffectToPath(SkPath *dst, SkStrokeRec *remainingStroke, in applyPathEffectToPath() function in GrStyle
|
/third_party/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 361 if (!parent.fStyle.applyPathEffectToPath(&fShape.path(), &strokeRec, *srcForPathEffect, in GrStyledShape()
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 653 if (fBase->style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle, in init()
|