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

  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.h 37 @property(nonatomic, assign) NSPoint anchorPoint;
  /external/icu4c/layout/
AnchorTables.h 38 le_uint16 anchorPoint;
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; }
78 const FloatPoint& anchorPoint() const { return m_anchorPoint; }
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 348 FloatPoint3D PlatformCALayer::anchorPoint() const
610 FloatPoint3D layerAnchorPoint = layer->anchorPoint();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 78 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit(); }
79 FloatPoint anchorPoint() const { return m_anchorPoint; }
LayerRendererChromium.cpp 575 FloatPoint anchorPoint = drawLayer->anchorPoint();
579 float centerOffsetX = (0.5 - anchorPoint.x()) * bounds.width();
580 float centerOffsetY = (0.5 - anchorPoint.y()) * bounds.height();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 205 FloatPoint3D anchorPoint;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 243 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 282 FloatPoint3D anchorPoint;
532 const qreal originX = m_state.anchorPoint.x() * m_size.width();
533 const qreal originY = m_state.anchorPoint.y() * m_size.height();
538 .translate3d(originX + m_state.pos.x(), originY + m_state.pos.y(), m_state.anchorPoint.z())
540 .translate3d(-originX, -originY, -m_state.anchorPoint.z());
849 m_state.anchorPoint = m_layer->anchorPoint();
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 

Completed in 483 milliseconds