Home | History | Annotate | Download | only in gfx

Lines Matching refs:max_width_

347       : max_width_(max_width),
365 if (multiline_ && line_x_ + run->width <= max_width_) {
399 // be added without the Line's width exceeding |max_width_|.
410 max_width_ - line_x_, line_x_ == 0, &width, &next_char);
493 const int max_width_;