HomeSort by relevance Sort by last modified time
    Searched refs:contentsTransform (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.h 41 - (CGAffineTransform)contentsTransform;
WebLayer.mm 116 rect = CGRectApplyAffineTransform(rect, [layer contentsTransform]);
128 indicatorRect = CGRectApplyAffineTransform(indicatorRect, [layer contentsTransform]);
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 135 TransformationMatrix contentsTransform() const;
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 470 TransformationMatrix PlatformCALayer::contentsTransform() const
476 return [static_cast<WebLayer*>(m_layer.get()) contentsTransform];
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 384 TransformationMatrix PlatformCALayer::contentsTransform() const
386 // ContentsTransform is not used
392 // ContentsTransform is not used

Completed in 29 milliseconds