Home
last modified time | relevance | path

Searched defs:anchorPoint (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/layout/
DAnchorTables.h38 le_uint16 anchorPoint; member
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.h77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } in setAnchorPoint()
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()
79 FloatPoint anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
DLayerRendererChromium.cpp575 FloatPoint anchorPoint = drawLayer->anchorPoint(); in updatePropertiesAndRenderSurfaces() local
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm426 FloatPoint3D PlatformCALayer::anchorPoint() const function
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.h205 FloatPoint3D anchorPoint; member
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp348 FloatPoint3D PlatformCALayer::anchorPoint() const in anchorPoint() function in PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h243 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp282 FloatPoint3D anchorPoint; member
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp1187 FloatPoint3D anchorPoint(0.5f, 0.5f, 0); in ensureStructuralLayer() local
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1157 WebCore::IntPoint anchorPoint = WebCore::IntPoint(anchorX, anchorY); in setSizeScreenWidthAndScale() local