Home | History | Annotate | Download | only in gfx

Lines Matching defs:NewLine

353   // |output| is true, add a newline to the output string if the rectangular
356 void NewLine(bool output);
375 // True when we do whitespace to newline conversions ourselves.
428 NewLine(strict_);
439 NewLine(true);
459 void RectangleString::NewLine(bool output) {
531 bool NewLine();
579 // The BREAK_NEWLINE iterator will keep the trailing newline character,
581 // the newline character, if it exists.
639 NewLine();
654 if (!first_fragment && NewLine())
668 if (!NewLine())
697 if ((current_width_ + trimmed_width > available_pixel_width_) && NewLine())
722 bool RectangleText::NewLine() {