Home | History | Annotate | Download | only in rendering

Lines Matching defs:ltr

157     // For LTR this is the left edge of the box, for RTL, the right edge in parent coordinates.
161 // LTR: the left edge of the ellipsis is to the left of our text run.
180 bool ltr = direction() == LTR;
181 if (ltr != flowIsLTR) {
184 ellipsisX = ltr ? m_x + visibleBoxWidth : m_x + m_width - visibleBoxWidth;
205 // e.g. In the case of an LTR inline box truncated in an RTL flow then we can
357 // e.g. In the case of LTR text truncated in an RTL Context, the correct behavior is:
366 tx += direction() == LTR ? widthOfHiddenText : -widthOfHiddenText;