HomeSort by relevance Sort by last modified time
    Searched defs:m_anchorPointZ (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 80 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; }
81 float anchorPointZ() const { return m_anchorPointZ; }
153 float m_anchorPointZ;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 171 void setAnchorPointZ(float z) { m_anchorPointZ = z; }
172 float anchorPointZ() { return m_anchorPointZ; }
342 float m_anchorPointZ;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 81 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; setNeedsCommit(); }
82 float anchorPointZ() const { return m_anchorPointZ; }
258 float m_anchorPointZ;

Completed in 175 milliseconds