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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 484 TransformationMatrix childMatrix = m_drawTransformUnfudged;
487 childMatrix.setM13(0);
488 childMatrix.setM23(0);
489 childMatrix.setM31(0);
490 childMatrix.setM32(0);
491 childMatrix.setM33(1);
492 childMatrix.setM34(0);
493 childMatrix.setM43(0);
497 childMatrix.translate3d(getScrollOffset().x(), getScrollOffset().y(), 0);
499 childMatrix.translate(getSize().width() * 0.5f, getSize().height() * 0.5f)
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 440 milliseconds