Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DViewportAnchor.cpp95 const FloatPoint anchorPoint = FloatPoint(viewRect.location()) + anchorOffset; in setAnchor() local
119 FloatPoint anchorPoint = currentNodeBounds.location() + anchorOffsetFromNode; in computeOrigin() local
/external/icu4c/layout/
DAnchorTables.h38 le_uint16 anchorPoint; member
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DLayerTreeModel.js349 anchorPoint: function() method in WebInspector.Layer
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h151 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.cc86 WebFloatPoint WebLayerImpl::anchorPoint() const { in anchorPoint() function in webkit::WebLayerImpl
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gpos-table.hh260 USHORT anchorPoint; /* Index to glyph contour point */ member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh260 USHORT anchorPoint; /* Index to glyph contour point */ member
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp1932 …WebCore::IntPoint anchorPoint = WebCore::IntPoint(scrollOffset) + WebCore::IntPoint(viewportSize.w… in testResizeYieldsCorrectScrollAndScale() local