Home
last modified time | relevance | path

Searched refs:localToAncestor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayer.h131 void localToGlobal(SkMatrix* matrix) const { localToAncestor(0, matrix); } in localToGlobal()
145 void localToAncestor(const Layer* ancestor, SkMatrix* matrix) const;
DLayer.cpp136 void Layer::localToAncestor(const Layer* ancestor, SkMatrix* matrix) const { in localToAncestor() function in Layer