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

  /external/skia/include/utils/
SkLayer.h 52 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); }
  /external/webkit/Source/WebCore/platform/graphics/android/
Layer.h 62 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); }
GraphicsLayerAndroid.cpp 301 void GraphicsLayerAndroid::setAnchorPoint(const FloatPoint3D& point)
305 GraphicsLayer::setAnchorPoint(point);
306 m_contentLayer->setAnchorPoint(point.x(), point.y());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 180 void GraphicsLayerTextureMapper::setAnchorPoint(const FloatPoint3D& value)
184 GraphicsLayer::setAnchorPoint(value);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 186 void GraphicsLayerChromium::setAnchorPoint(const FloatPoint3D& point)
191 GraphicsLayer::setAnchorPoint(point);
529 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
576 m_layer->setAnchorPoint(FloatPoint(0.5f, 0.5f));
657 m_contentsLayer->setAnchorPoint(FloatPoint(0, 0));
LayerChromium.h 78 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit(); }
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; }
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 212 void GraphicsLayerCACF::setAnchorPoint(const FloatPoint3D& point)
217 GraphicsLayer::setAnchorPoint(point);
547 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
601 m_layer->setAnchorPoint(CGPointMake(0.5f, 0.5f));
731 m_contentsLayer->setAnchorPoint(CGPointMake(0.0f, 1.0f));
733 m_contentsLayer->setAnchorPoint(CGPointMake(0.0f, 0.0f));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 355 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 244 virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 391 void GraphicsLayerCA::setAnchorPoint(const FloatPoint3D& point)
396 GraphicsLayer::setAnchorPoint(point);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]

Completed in 1077 milliseconds