Home
last modified time | relevance | path

Searched defs:setAnchorPointZ (Results 1 – 3 of 3) 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
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h171 void setAnchorPointZ(float z) { m_anchorPointZ = z; } in setAnchorPointZ() function