Home | History | Annotate | Download | only in core

Lines Matching refs:getFillPath

454     bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
457 bool getFillPath(const SkPath& src, SkPath* dst) const {
458 return this->getFillPath(src, dst, NULL, 1);