HomeSort by relevance Sort by last modified time
    Searched defs:localToGlobal (Results 1 - 3 of 3) sorted by null

  /external/skia/src/utils/
SkLayer.cpp 151 void SkLayer::localToGlobal(SkMatrix* matrix) const {
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.h 131 void localToGlobal(SkMatrix* matrix) const { localToAncestor(0, matrix); }
142 SkMatrix localToGlobal = layer->localToGlobal();
143 ASSERT(localToAncestor * ancestorToGlobal == localToGlobal);
  /external/skia/src/views/
SkView.cpp 609 void SkView::localToGlobal(SkMatrix* matrix) const
628 this->localToGlobal(&m);

Completed in 103 milliseconds