Searched refs:applyPathEffectToPath (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrStyle.h | 158 bool SK_WARN_UNUSED_RESULT applyPathEffectToPath(SkPath* dst, SkStrokeRec* remainingStoke,
|
D | GrStyle.cpp | 158 bool GrStyle::applyPathEffectToPath(SkPath *dst, SkStrokeRec *remainingStroke, in applyPathEffectToPath() function in GrStyle
|
D | GrShape.cpp | 291 if (!parent.fStyle.applyPathEffectToPath(&this->path(), &strokeRec, *srcForPathEffect, in GrShape()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 289 if (style.applyPathEffectToPath(tmpPath.init(), &stroke, *skPath, SK_Scalar1)) { in GrGLPath()
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 369 if (fBase.style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle, in init()
|