Home | History | Annotate | Download | only in text

Lines Matching defs:Direction

205         // LineBackgroundSpans know nothing about the alignment or direction of
301 // to the paragraph direction of the line.
530 * the paragraph's primary direction.
539 * the direction other than the paragraph's primary direction.
1221 dest.addRect(h1, top, h2, bottom, Path.Direction.CW);
1263 0, getLineBottom(startline), Path.Direction.CW);
1266 width, getLineBottom(startline), Path.Direction.CW);
1271 dest.addRect(0, top, width, bottom, Path.Direction.CW);
1281 dest.addRect(width, top, getLineRight(endline), bottom, Path.Direction.CW);
1283 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW);
1599 * in the same direction as the paragraph base direction. Returns the width,
1814 // in the line to the next flip in direction. Runs at even indices
1820 // one, progressing in the base line direction. This isn't sufficient