Home
last modified time | relevance | path

Searched refs:setAnchorPointZ (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.h80 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; } in setAnchorPointZ() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h81 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; setNeedsCommit(); } in setAnchorPointZ() function
DLayerChromium.cpp297 layer->setAnchorPointZ(m_anchorPointZ); in pushPropertiesTo()
DGraphicsLayerChromium.cpp530 primaryLayer()->setAnchorPointZ(m_anchorPoint.z()); in updateAnchorPoint()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h171 void setAnchorPointZ(float z) { m_anchorPointZ = z; } in setAnchorPointZ() function
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp548 primaryLayer()->setAnchorPointZ(m_anchorPoint.z()); in updateAnchorPoint()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm441 [m_layer.get() setAnchorPointZ:value.z()];
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp329 m_contentLayer->setAnchorPointZ(point.z()); in setAnchorPoint()
/external/webkit/Source/WebCore/
DChangeLog37092 (WebCore::CCLayerImpl::setAnchorPointZ):