HomeSort by relevance Sort by last modified time
    Searched refs:setDrawTransform (Results 1 - 5 of 5) 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/
LayerAndroid.h 172 void setDrawTransform(const TransformationMatrix& transform) { m_drawTransform = transform; }
GraphicsLayerAndroid.cpp 882 mediaLayer->setDrawTransform(*m_contentLayer->drawTransform());
    [all...]
LayerAndroid.cpp 705 setDrawTransform(localMatrix);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 617 drawLayer->setDrawTransform(drawTransform);
656 drawLayer->setDrawTransform(combinedTransform);
    [all...]

Completed in 2583 milliseconds