/external/icu4c/layout/ |
AnchorTables.h | 38 le_uint16 anchorPoint;
|
AnchorTables.cpp | 67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
|
/external/chromium/chrome/browser/ui/cocoa/ |
base_bubble_controller.h | 37 @property(nonatomic, assign) NSPoint 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/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/ca/ |
PlatformCALayer.h | 126 FloatPoint3D anchorPoint() const;
|
GraphicsLayerCA.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
TextureMapperNode.h | 205 FloatPoint3D anchorPoint;
|
TextureMapperNode.cpp | 316 const float originX = m_state.anchorPoint.x() * m_size.width(); 317 const float originY = m_state.anchorPoint.y() * m_size.height(); 320 .translate3d(originX + m_state.pos.x(), originY + m_state.pos.y(), m_state.anchorPoint.z()) 322 .translate3d(-originX, -originY, -m_state.anchorPoint.z()); 823 m_state.anchorPoint = graphicsLayer->anchorPoint();
|
GraphicsLayerTextureMapper.cpp | 182 if (value == anchorPoint())
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
WebFullScreenManagerMac.mm | 192 CGPoint layerAnchor = [caLayer anchorPoint]; 242 CGPoint layerAnchor = [caLayer 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/WebCore/platform/graphics/android/ |
LayerAndroid.cpp | 580 FloatPoint anchorPoint(getAnchorPoint().fX, getAnchorPoint().fY); 582 float centerOffsetX = (0.5f - anchorPoint.x()) * layerSize.width(); 583 float centerOffsetY = (0.5f - anchorPoint.y()) * layerSize.height(); 584 float originX = anchorPoint.x() * layerSize.width(); 585 float originY = anchorPoint.y() * layerSize.height(); [all...] |
/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/ |
GraphicsLayer.h | 243 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; }
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
PlatformCALayerMac.mm | 121 nullValue, @"anchorPoint", 426 FloatPoint3D PlatformCALayer::anchorPoint() const 428 CGPoint point = [m_layer.get() anchorPoint];
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.cpp | 130 FloatPoint3D videoAnchor = m_parent->m_qtVideoLayer->anchorPoint(); [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.cpp | [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |
jcommon-1.0.12.jar | |