Searched refs:anchorPoint (Results 1 - 20 of 20) sorted by path

/external/chromium/chrome/browser/ui/cocoa/
H A Dbase_bubble_controller.h37 @property(nonatomic, assign) NSPoint anchorPoint; variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/layout/
H A DAnchorTables.cpp67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
H A DAnchorTables.h38 le_uint16 anchorPoint; member in struct:Format2AnchorTable
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h243 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1187 FloatPoint3D anchorPoint(0.5f, 0.5f, 0);
1189 m_layer->setAnchorPoint(anchorPoint);
1197 currLayer->setAnchorPoint(anchorPoint);
2303 newLayer->setAnchorPoint(layer->anchorPoint());
H A DPlatformCALayer.h126 FloatPoint3D anchorPoint() const;
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm121 nullValue, @"anchorPoint",
426 FloatPoint3D PlatformCALayer::anchorPoint() const
428 CGPoint point = [m_layer.get() anchorPoint];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp348 FloatPoint3D PlatformCALayer::anchorPoint() const function in class:PlatformCALayer
610 FloatPoint3D layerAnchorPoint = layer->anchorPoint();
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h78 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit(); } argument
79 FloatPoint anchorPoint() const { return m_anchorPoint; } function in class:WebCore::LayerChromium
H A DLayerRendererChromium.cpp575 FloatPoint anchorPoint = drawLayer->anchorPoint(); local
579 float centerOffsetX = (0.5 - anchorPoint.x()) * bounds.width();
580 float centerOffsetY = (0.5 - anchorPoint.y()) * bounds.height();
794 renderSurface->m_replicaDrawTransform.translate3d(surfaceCenter.x() - anchorPoint.x() * bounds.width(), surfaceCenter.y() - anchorPoint.y() * bounds.height(), 0);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } argument
78 const FloatPoint& anchorPoint() const { return m_anchorPoint; } function in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp282 FloatPoint3D anchorPoint; member in struct:WebCore::GraphicsLayerQtImpl::State
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();
1093 if (value == anchorPoint())
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp182 if (value == anchorPoint())
H A DTextureMapperNode.cpp316 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();
H A DTextureMapperNode.h205 FloatPoint3D anchorPoint; member in struct:WebCore::TextureMapperNode::State
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp130 FloatPoint3D videoAnchor = m_parent->m_qtVideoLayer->anchorPoint();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1157 WebCore::IntPoint anchorPoint = WebCore::IntPoint(anchorX, anchorY); local
1167 anchorPoint, false);
1173 anchorPoint.move(HIT_SLOP, HIT_SLOP);
1176 anchorPoint, false);
1213 // the anchorPoint is probably at some white space in the node
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.mm192 CGPoint layerAnchor = [caLayer anchorPoint];
242 CGPoint layerAnchor = [caLayer anchorPoint];

Completed in 1077 milliseconds