HomeSort by relevance Sort by last modified time
    Searched defs:sublayerTransform (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; }
96 const TransformationMatrix& sublayerTransform() const { return m_sublayerTransform; }
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 373 TransformationMatrix PlatformCALayer::sublayerTransform() const
651 // Print sublayerTransform if needed
652 TransformationMatrix layerTransform = layer->sublayerTransform();
655 fprintf(stderr, "(sublayerTransform ");
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 130 const TransformationMatrix& sublayerTransform() const { return m_sublayerTransform; }

Completed in 155 milliseconds