Home
last modified time | relevance | path

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

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