Home
last modified time | relevance | path

Searched refs:FlippingAdjustment (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h385 enum FlippingAdjustment { ChildToParentFlippingAdjustment, ParentToChildFlippingAdjustment }; enum
386 IntPoint flipForWritingMode(const RenderBox* child, const IntPoint&, FlippingAdjustment) const;
DRenderBox.cpp3458 …:flipForWritingMode(const RenderBox* child, const IntPoint& point, FlippingAdjustment adjustment) … in flipForWritingMode()