Searched refs:setAnchorPointZ (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h80 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = 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(); } function in class:WebCore::LayerChromium
H A DLayerChromium.cpp297 layer->setAnchorPointZ(m_anchorPointZ);
H A DGraphicsLayerChromium.cpp530 primaryLayer()->setAnchorPointZ(m_anchorPoint.z());
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.h167 void setAnchorPointZ(float z) { m_anchorPointZ = z; } function in class:WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp548 primaryLayer()->setAnchorPointZ(m_anchorPoint.z());
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm441 [m_layer.get() setAnchorPointZ:value.z()];
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp329 m_contentLayer->setAnchorPointZ(point.z());

Completed in 82 milliseconds