HomeSort by relevance Sort by last modified time
    Searched defs: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; }
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 168 float anchorPointZ() { return 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; }

Completed in 1012 milliseconds