Lines Matching defs:left

107      * @param align whether to left, right, or center the text.  Styles can
127 * @param align whether to left, right, or center the text. Styles can
314 int left = 0;
348 // Draw all leading margin spans. Adjust left or right according
367 margin.drawLeadingMargin(c, paint, left, dir, ltop,
370 left += margin.getLeadingMargin(useFirstLineMargin);
400 x = left;
410 x = left - max;
414 x = (right + left - max) >> 1;
433 * Return the start position of the line, given the left and right bounds
437 * @param left the left bounds (0, or leading margin if ltr para)
441 private int getLineStartPos(int line, int left, int right) {
449 x = left;
452 x = left;
475 x = left - max;
479 x = (left + right - max) >> 1;
572 * If bounds is not null, return the top, left, right, bottom extents
580 bounds.left = 0; // ???
610 * specified line, either 1 for left-to-right lines, or -1 for right-to-left
624 * The array alternates counts of characters in left-to-right
625 * and right-to-left segments of the line.
677 * Returns true if the character at offset is right to left (RTL).
802 int left = getParagraphLeft(line);
805 return getLineStartPos(line, left, right) + wid;
831 int left = getParagraphLeft(line);
835 return left + ((right - left) - max) / 2;
862 int left = getParagraphLeft(line);
866 return right - ((right - left) - max) / 2;
1328 float left = Math.min(h1, h2);
1331 dest.addRect(left, top, right, bottom, Path.Direction.CW);
1418 * Get the left edge of the specified paragraph, inset by left margins.
1421 int left = 0;
1424 return left; // leading margin has no impact, or no styles
1697 * Stores information about bidirectional (left-to-right or right-to-left)