Lines Matching defs:right
378 size_t right = rawTextSize.size() - 1;
379 while (left < rawTextSize.size() && measureWidth < fOldMaxWidth && left <= right) {
381 if (right > left && measureWidth < fOldMaxWidth) {
382 measureWidth += rawTextSize[right--].phraseWidth;
389 if (right < left) {
390 right = left;
395 end = right;
1142 // (To think about that, the last condition is not quite right;
1247 // (To think about that, the last condition is not quite right;
1594 (r.direction == TextDirection::kLtr ? "left" : "right"));
2149 realWidth -= ((advance - (bounds.right() - bounds.left())) / 2);
2152 realWidth -= ((advance - (bounds.right() - bounds.left())) / 2);