Searched defs:offsetFromContainer (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderInline.cpp1103 IntSize RenderInline::offsetFromContainer(RenderObject* container, const IntPoint& point) const function in class:WebCore::RenderInline
1144 IntSize containerOffset = offsetFromContainer(o, roundedIntPoint(transformState.mappedPoint()));
1176 IntSize containerOffset = offsetFromContainer(o, IntPoint());
H A DRenderTableCell.cpp236 IntSize RenderTableCell::offsetFromContainer(RenderObject* o, const IntPoint& point) const function in class:WebCore::RenderTableCell
240 IntSize offset = RenderBlock::offsetFromContainer(o, point);
H A DRenderBox.cpp1228 IntSize containerOffset = offsetFromContainer(o, roundedIntPoint(transformState.mappedPoint()));
1269 IntSize containerOffset = offsetFromContainer(o, IntPoint());
1280 IntSize RenderBox::offsetFromContainer(RenderObject* o, const IntPoint& point) const function in class:WebCore::RenderBox
H A DRenderObject.cpp1938 // Track the point at the center of the quad's bounding box. As mapLocalToContainer() calls offsetFromContainer(),
1947 IntSize RenderObject::offsetFromContainer(RenderObject* o, const IntPoint& point) const function in class:WebCore::RenderObject
1972 IntSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint);

Completed in 285 milliseconds