Home | History | Annotate | Download | only in rendering

Lines Matching defs:ltr

241     // For LTR this is the left edge of the box, for RTL, the right edge in parent coordinates.
245 // LTR: the left edge of the ellipsis is to the left of our text run.
264 bool ltr = isLeftToRightDirection();
265 if (ltr != flowIsLTR) {
268 ellipsisX = ltr ? m_x + visibleBoxWidth : m_x + m_logicalWidth - visibleBoxWidth;
289 // e.g. In the case of an LTR inline box truncated in an RTL flow then we can
499 // e.g. In the case of LTR text truncated in an RTL Context, the correct behavior is: