Searched refs:anchorPointZ (Results 1 – 7 of 7) sorted by relevance
80 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; } in setAnchorPointZ() argument81 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
81 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; setNeedsCommit(); } in setAnchorPointZ() argument82 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
584 layerLocalTransform.translate3d(position.x(), position.y(), drawLayer->anchorPointZ()); in updatePropertiesAndRenderSurfaces()588 layerLocalTransform.translate3d(centerOffsetX, centerOffsetY, -drawLayer->anchorPointZ()); in updatePropertiesAndRenderSurfaces()
172 float anchorPointZ() { return m_anchorPointZ; } in anchorPointZ() function
419 anchorPointZ()); in updateLocalTransformAndClip()423 -anchorPointZ()); in updateLocalTransformAndClip()
431 z = [m_layer.get() anchorPointZ];
50307 (WebCore::CCLayerImpl::anchorPointZ):