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

  /external/skia/include/utils/
SkLayer.h 97 void 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/include/views/
SkView.h 378 void localToGlobal(SkMatrix* matrix) const;
  /external/skia/samplecode/
SampleSkLayer.cpp 228 fLastChild->localToGlobal(&matrix);
  /external/skia/src/utils/
SkLayer.cpp 151 void SkLayer::localToGlobal(SkMatrix* matrix) const {
  /external/skia/src/views/
SkView.cpp 609 void SkView::localToGlobal(SkMatrix* matrix) const
628 this->localToGlobal(&m);

Completed in 588 milliseconds