Searched refs:localToAncestor (Results 1 – 2 of 2) sorted by relevance
131 void localToGlobal(SkMatrix* matrix) const { localToAncestor(0, matrix); } in localToGlobal()145 void localToAncestor(const Layer* ancestor, SkMatrix* matrix) const;
136 void Layer::localToAncestor(const Layer* ancestor, SkMatrix* matrix) const { in localToAncestor() function in Layer