Home
last modified time | relevance | path

Searched refs:anchorPointZ (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.h80 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; } in setAnchorPointZ() argument
81 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h81 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; setNeedsCommit(); } in setAnchorPointZ() argument
82 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
DLayerRendererChromium.cpp584 layerLocalTransform.translate3d(position.x(), position.y(), drawLayer->anchorPointZ()); in updatePropertiesAndRenderSurfaces()
588 layerLocalTransform.translate3d(centerOffsetX, centerOffsetY, -drawLayer->anchorPointZ()); in updatePropertiesAndRenderSurfaces()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h172 float anchorPointZ() { return m_anchorPointZ; } in anchorPointZ() function
DLayerAndroid.cpp419 anchorPointZ()); in updateLocalTransformAndClip()
423 -anchorPointZ()); in updateLocalTransformAndClip()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm431 z = [m_layer.get() anchorPointZ];
/external/webkit/Source/WebCore/
DChangeLog50307 (WebCore::CCLayerImpl::anchorPointZ):