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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 137 void setDrawTransform(const TransformationMatrix& matrix) { m_drawTransform = matrix; }
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 169 void setDrawTransform(const TransformationMatrix& transform) { m_drawTransform = m_drawTransformUnfudged = transform; }

Completed in 55 milliseconds