Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalLeftForFloat

444     int logicalLeftForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->x() : child->y(); }