Lines Matching refs:left
377 size_t left = 0;
379 while (left < rawTextSize.size() && measureWidth < fOldMaxWidth && left <= right) {
380 measureWidth += rawTextSize[left++].phraseWidth;
381 if (right > left && measureWidth < fOldMaxWidth) {
385 runTimeEllipsisWidth = resetEllipsisWidth(runTimeEllipsisWidth, lastRunIndex, left);
389 if (right < left) {
390 right = left;
394 start = left;
1342 // Special case: clean all text in case of maxWidth == INF & align != left
1594 (r.direction == TextDirection::kLtr ? "left" : "right"));
2139 fGlyphsBoundsLeft = firstBounds.left();
2149 realWidth -= ((advance - (bounds.right() - bounds.left())) / 2);
2152 realWidth -= ((advance - (bounds.right() - bounds.left())) / 2);