HomeSort by relevance Sort by last modified time
    Searched refs:sublayerTransform (Results 1 - 8 of 8) 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/
PlatformCALayer.h 132 TransformationMatrix sublayerTransform() const;
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 130 const TransformationMatrix& sublayerTransform() const { return m_sublayerTransform; }
LayerRendererChromium.cpp 709 sublayerMatrix.multiply(drawLayer->sublayerTransform());
    [all...]
  /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/ca/mac/
PlatformCALayerMac.mm 128 nullValue, @"sublayerTransform",
458 TransformationMatrix PlatformCALayer::sublayerTransform() const
460 return [m_layer.get() sublayerTransform];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 227 _pluginLayer.get().sublayerTransform = scaleTransform;

Completed in 71 milliseconds