Lines Matching defs:last
1599 // Trim the last line's bottom leading.
2087 // except for #0 (new line) and #5 (the last one)
2471 // [36:38) for arabic text and [38:39) for the last space
3208 auto last = paragraph->getRectsForRange(0, 2, heightStyle, widthStyle);
3209 REPORTER_ASSERT(reporter, first.size() == 0 && second.size() == 1 && last.size() == 1);
3210 REPORTER_ASSERT(reporter, second[0].rect == last[0].rect);
3215 auto last = paragraph->getRectsForRange(3, 5, heightStyle, widthStyle);
3216 REPORTER_ASSERT(reporter, first.size() == 0 && second.size() == 1 && last.size() == 1);
3217 REPORTER_ASSERT(reporter, second[0].rect == last[0].rect);
3223 auto last = paragraph->getRectsForRange(14, 17, heightStyle, widthStyle);
3224 REPORTER_ASSERT(reporter, first.size() == 0 && second.size() == 0 && third.size() == 1 && last.size() == 1);
3225 REPORTER_ASSERT(reporter, third[0].rect == last[0].rect);
4340 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 2); // From the text1 ("字典" - excluding the last space)
5703 builder.addText(text, len - 1); // Skip the last \n