Searched refs:anchorPointZ (Results 1 - 6 of 6) sorted by relevance

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

Completed in 157 milliseconds