Searched refs:flipFloatForWritingMode (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h440 IntPoint flipFloatForWritingMode(const FloatingObject*, const IntPoint&) const;
H A DRenderBlock.cpp2590 IntPoint RenderBlock::flipFloatForWritingMode(const FloatingObject* child, const IntPoint& point) const function in class:WebCore::RenderBlock
2616 IntPoint childPoint = flipFloatForWritingMode(r, IntPoint(tx + xPositionForFloatIncludingMargin(r) - r->m_renderer->x(), ty + yPositionForFloatIncludingMargin(r) - r->m_renderer->y()));
4040 IntPoint childPoint = flipFloatForWritingMode(floatingObject, IntPoint(tx + xOffset, ty + yOffset));

Completed in 121 milliseconds