Searched defs:applyToPath (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { function in class:SkStrokeRec
/external/skqp/src/core/
H A DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { function in class:SkStrokeRec
/external/skia/src/gpu/
H A DGrStyle.cpp170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, function in class:GrStyle
183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) {
/external/skqp/src/gpu/
H A DGrStyle.cpp170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, function in class:GrStyle
183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) {

Completed in 2321 milliseconds