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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 95 void setSublayerTransform(const TransformationMatrix& sublayerTransform) { m_sublayerTransform = sublayerTransform; }
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 378 void PlatformCALayer::setSublayerTransform(const TransformationMatrix& value)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 129 void setSublayerTransform(const TransformationMatrix& transform) { m_sublayerTransform = transform; setNeedsCommit(); }

Completed in 316 milliseconds