Lines Matching defs:bounds
45 SkRect bounds;
53 SkRect bounds; // bounds contains the physical boundaries of the run
62 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override {
64 fTestLines.push_back({ index, lineText, hardBreak, bounds, EMPTY_RANGE, Range<RunIndex>(fTestRuns.size(), fTestRuns.size()) });
73 SkRect bounds,
80 fTestRuns.push_back({font, dirTextRange, bounds, trailingSpaces,
86 void onPlaceholder(TextRange, const SkRect& bounds) override { }
132 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(verticalOffset, line.bounds.fTop));
135 REPORTER_ASSERT(reporter, (line.index == 2 ? line.bounds.width() > 440.0f: line.bounds.width() < 440.0f));
136 verticalOffset = line.bounds.fBottom;