Lines Matching defs:currentMax
435 SkScalar currentMax;
463 param.currentMax = maxWidth_ - parent_.detectIndents(param.lineNumber);
464 if (nearlyZero(param.currentMax)) {
480 while (param.breakPos < breaks_.size() && breaks_[param.breakPos].width < (param.begin + param.currentMax)) {
484 if (param.breakPos == lastBreakPos_ && param.remainingTextWidth > param.currentMax) {
487 breaks_.insert(breaks_.cbegin() + param.breakPos + 1, Break(param.begin + param.currentMax,
515 SkScalar newWidth = param.currentMax;
518 newWidth = std::min(breaks_[--param.breakPos].width - param.begin, param.currentMax);
522 (newWidth/param.currentMax*UNDERFLOW_SCORE < MINIMUM_FILL_RATIO))) {
586 currentWidth = param.currentMax;