Home
last modified time | relevance | path

Searched defs:anchorPointZ (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()
81 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h81 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; setNeedsCommit(); } in setAnchorPointZ()
82 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h172 float anchorPointZ() { return m_anchorPointZ; } in anchorPointZ() function