Searched refs:localToGlobal (Results 1 – 6 of 6) sorted by relevance
97 void localToGlobal(SkMatrix* matrix) const;
131 void localToGlobal(SkMatrix* matrix) const { localToAncestor(0, matrix); } in localToGlobal() function
151 void SkLayer::localToGlobal(SkMatrix* matrix) const { in localToGlobal() function in SkLayer
378 void localToGlobal(SkMatrix* matrix) const;
228 fLastChild->localToGlobal(&matrix); in onDraw()
609 void SkView::localToGlobal(SkMatrix* matrix) const in localToGlobal() function in SkView628 this->localToGlobal(&m); in globalToLocal()