Home
last modified time | relevance | path

Searched refs:anchorPoint (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.h77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } in setAnchorPoint() argument
78 const FloatPoint& anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h78 …void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit()… in setAnchorPoint() argument
79 FloatPoint anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
DLayerRendererChromium.cpp575 FloatPoint anchorPoint = drawLayer->anchorPoint(); in updatePropertiesAndRenderSurfaces() local
579 float centerOffsetX = (0.5 - anchorPoint.x()) * bounds.width(); in updatePropertiesAndRenderSurfaces()
580 float centerOffsetY = (0.5 - anchorPoint.y()) * bounds.height(); in updatePropertiesAndRenderSurfaces()
794 …awTransform.translate3d(surfaceCenter.x() - anchorPoint.x() * bounds.width(), surfaceCenter.y() - in updatePropertiesAndRenderSurfaces()
/external/icu4c/layout/
DAnchorTables.h38 le_uint16 anchorPoint; member
DAnchorTables.cpp67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) { in getAnchor()
/external/chromium/chrome/browser/ui/cocoa/
Dbase_bubble_controller.h37 @property(nonatomic, assign) NSPoint anchorPoint;
Dtabpose_window.mm903 // Adapt to anchorPoint.
904 opoint.x += NSWidth(from) * from_scale * layer.anchorPoint.x;
905 opoint.y += NSHeight(from) * from_scale * layer.anchorPoint.y;
906 point.x += NSWidth(to) * to_scale * layer.anchorPoint.x;
907 point.y += NSHeight(to) * to_scale * layer.anchorPoint.y;
1107 titleLayer.anchorPoint = CGPointMake(0, 1);
1431 NSWidth(titleRect) * scale * titleLayer.anchorPoint.x;
1433 NSHeight(titleRect) * scale * titleLayer.anchorPoint.y;
Dbase_bubble_controller.mm51 @synthesize anchorPoint = anchor_;
Dpage_info_bubble_controller.mm296 NSPoint anchorPoint =
299 [self setAnchorPoint:anchorPoint];
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp316 const float originX = m_state.anchorPoint.x() * m_size.width(); in computeLocalTransform()
317 const float originY = m_state.anchorPoint.y() * m_size.height(); in computeLocalTransform()
320 .translate3d(originX + m_state.pos.x(), originY + m_state.pos.y(), m_state.anchorPoint.z()) in computeLocalTransform()
322 .translate3d(-originX, -originY, -m_state.anchorPoint.z()); in computeLocalTransform()
823 m_state.anchorPoint = graphicsLayer->anchorPoint(); in syncCompositingStateSelf()
DTextureMapperNode.h205 FloatPoint3D anchorPoint; member
DGraphicsLayerTextureMapper.cpp182 if (value == anchorPoint()) in setAnchorPoint()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp282 FloatPoint3D anchorPoint; member
532 const qreal originX = m_state.anchorPoint.x() * m_size.width(); in updateTransform()
533 const qreal originY = m_state.anchorPoint.y() * m_size.height(); in updateTransform()
538 … .translate3d(originX + m_state.pos.x(), originY + m_state.pos.y(), m_state.anchorPoint.z()) in updateTransform()
540 .translate3d(-originX, -originY, -m_state.anchorPoint.z()); in updateTransform()
849 m_state.anchorPoint = m_layer->anchorPoint(); in flushChanges()
1093 if (value == anchorPoint()) in setAnchorPoint()
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h126 FloatPoint3D anchorPoint() const;
DGraphicsLayerCA.cpp1187 FloatPoint3D anchorPoint(0.5f, 0.5f, 0); in ensureStructuralLayer() local
1189 m_layer->setAnchorPoint(anchorPoint); in ensureStructuralLayer()
1197 currLayer->setAnchorPoint(anchorPoint); in ensureStructuralLayer()
2303 newLayer->setAnchorPoint(layer->anchorPoint()); in cloneLayer()
/external/webkit/Source/WebCore/platform/graphics/android/
DLayerAndroid.cpp580 FloatPoint anchorPoint(getAnchorPoint().fX, getAnchorPoint().fY); in updateGLPositionsAndScale() local
582 float centerOffsetX = (0.5f - anchorPoint.x()) * layerSize.width(); in updateGLPositionsAndScale()
583 float centerOffsetY = (0.5f - anchorPoint.y()) * layerSize.height(); in updateGLPositionsAndScale()
584 float originX = anchorPoint.x() * layerSize.width(); in updateGLPositionsAndScale()
585 float originY = anchorPoint.y() * layerSize.height(); in updateGLPositionsAndScale()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginObjectMac.mm53 nullValue, @"anchorPoint",
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
DWebFullScreenManagerMac.mm192 CGPoint layerAnchor = [caLayer anchorPoint];
242 CGPoint layerAnchor = [caLayer anchorPoint];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp348 FloatPoint3D PlatformCALayer::anchorPoint() const in anchorPoint() function in PlatformCALayer
610 FloatPoint3D layerAnchorPoint = layer->anchorPoint(); in printLayer()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm121 nullValue, @"anchorPoint",
426 FloatPoint3D PlatformCALayer::anchorPoint() const function
428 CGPoint point = [m_layer.get() anchorPoint];
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h243 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeVisualContext.cpp130 FloatPoint3D videoAnchor = m_parent->m_qtVideoLayer->anchorPoint(); in platformCALayerLayoutSublayersOfLayer()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1360 WebCore::IntPoint anchorPoint = WebCore::IntPoint(anchorX, anchorY); in setSizeScreenWidthAndScale() local
1371 anchorPoint, false); in setSizeScreenWidthAndScale()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm5620 nullValue, @"anchorPoint",
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2425968 (WebCore::LayerChromium::anchorPoint):

12