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 491 TransformationMatrix childMatrix;
492 childMatrix = localMatrix;
493 childMatrix.translate3d(getScrollOffset().x(), getScrollOffset().y(), 0);
495 childMatrix.translate(getSize().width() * 0.5f, getSize().height() * 0.5f);
496 childMatrix.multiply(m_childrenTransform);
497 childMatrix.translate(-getSize().width() * 0.5f, -getSize().height() * 0.5f);
500 this->getChild(i)->updateGLPositionsAndScale(childMatrix, drawClip(),
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 35 milliseconds