HomeSort by relevance Sort by last modified time
    Searched refs:anchorPointZ (Results 1 - 6 of 6) 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/chromium/
LayerChromium.h 81 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; setNeedsCommit(); }
82 float anchorPointZ() const { return m_anchorPointZ; }
LayerRendererChromium.cpp 584 layerLocalTransform.translate3d(position.x(), position.y(), drawLayer->anchorPointZ());
588 layerLocalTransform.translate3d(centerOffsetX, centerOffsetY, -drawLayer->anchorPointZ());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 172 float anchorPointZ() { return m_anchorPointZ; }
LayerAndroid.cpp 418 anchorPointZ());
422 -anchorPointZ());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 431 z = [m_layer.get() anchorPointZ];

Completed in 156 milliseconds