Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLine

522         bool firstLine = true;
532 if (firstLine) {
533 firstLine = false;
538 } else if (firstLine) {
540 firstLine = false;
609 bool firstLine = true;
725 if (firstLine) {
726 firstLine = false;
754 if (firstLine)
1025 int RenderText::lineHeight(bool firstLine, bool) const
1028 return parent()->lineHeight(firstLine, true);
1084 unsigned RenderText::width(unsigned from, unsigned len, int xPos, bool firstLine, HashSet<const SimpleFontData*>* fallbackFonts) const
1092 return width(from, len, style(firstLine)->font(), xPos, fallbackFonts);