Home
last modified time | relevance | path

Searched refs:applyPathEffectToPath (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrStyle.h158 bool SK_WARN_UNUSED_RESULT applyPathEffectToPath(SkPath* dst, SkStrokeRec* remainingStoke,
DGrStyle.cpp158 bool GrStyle::applyPathEffectToPath(SkPath *dst, SkStrokeRec *remainingStroke, in applyPathEffectToPath() function in GrStyle
DGrShape.cpp291 if (!parent.fStyle.applyPathEffectToPath(&this->path(), &strokeRec, *srcForPathEffect, in GrShape()
/external/skia/src/gpu/gl/
DGrGLPath.cpp289 if (style.applyPathEffectToPath(tmpPath.init(), &stroke, *skPath, SK_Scalar1)) { in GrGLPath()
/external/skia/tests/
DGrShapeTest.cpp369 if (fBase.style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle, in init()