Lines Matching defs:boxLine
114 auto boxLine = selectableText->getLine(lineIndex);
115 SkScalar left = boxLine.fBounds.fLeft;
116 for (auto& box : boxLine.fBoxGlyphs) {
117 REPORTER_ASSERT(reporter, boxLine.fBounds.contains(box) || box.isEmpty());
122 GlyphIndex trailingSpaces = boxLine.fBoxGlyphs.size() - 1;
133 REPORTER_ASSERT(reporter, boxLine.fTrailingSpacesEnd == testLine.trailingSpaces.fEnd);
134 REPORTER_ASSERT(reporter, boxLine.fTextEnd == trailingSpaces);
135 REPORTER_ASSERT(reporter, boxLine.fTextRange == testLine.lineText);
136 REPORTER_ASSERT(reporter, boxLine.fIndex == lineIndex);
137 REPORTER_ASSERT(reporter, boxLine.fIsHardBreak == testLine.hardBreak);
138 REPORTER_ASSERT(reporter, boxLine.fBounds == testLine.bounds);