Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrStyle.h159 bool SK_WARN_UNUSED_RESULT applyPathEffectToPath(SkPath* dst, SkStrokeRec* remainingStoke,
DGrStyle.cpp163 bool GrStyle::applyPathEffectToPath(SkPath *dst, SkStrokeRec *remainingStroke, in applyPathEffectToPath() function in GrStyle
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp361 if (!parent.fStyle.applyPathEffectToPath(&fShape.path(), &strokeRec, *srcForPathEffect, in GrStyledShape()
/third_party/skia/tests/
DGrStyledShapeTest.cpp653 if (fBase->style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle, in init()