Home
last modified time | relevance | path

Searched refs:mapToParent (Results 1 – 9 of 9) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGTransformableNode.h27 void mapToParent(SkPath*) const;
DSkSVGContainer.cpp39 this->mapToParent(&path); in onAsPath()
DSkSVGPath.cpp40 this->mapToParent(&path); in onAsPath()
DSkSVGTransformableNode.cpp40 void SkSVGTransformableNode::mapToParent(SkPath* path) const { in mapToParent() function in SkSVGTransformableNode
DSkSVGPoly.cpp47 this->mapToParent(&path); in onAsPath()
DSkSVGCircle.cpp74 this->mapToParent(&path); in onAsPath()
DSkSVGEllipse.cpp77 this->mapToParent(&path); in onAsPath()
DSkSVGRect.cpp94 this->mapToParent(&path); in onAsPath()
DSkSVGLine.cpp81 this->mapToParent(&path); in onAsPath()