HomeSort by relevance Sort by last modified time
    Searched refs:localToAncestor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.h 131 void localToGlobal(SkMatrix* matrix) const { localToAncestor(0, matrix); }
140 SkMatrix localToAncestor = layer->localToAncestor(ancestor);
141 SkMatrix ancestorToGlobal = ancestor->localToAncestor(NULL);
143 ASSERT(localToAncestor * ancestorToGlobal == localToGlobal);
145 void localToAncestor(const Layer* ancestor, SkMatrix* matrix) const;
Layer.cpp 136 void Layer::localToAncestor(const Layer* ancestor, SkMatrix* matrix) const {

Completed in 23 milliseconds