Lines Matching defs:bounds
288 void SkGlyph::ensureIntercepts(const SkScalar* bounds, SkScalar scale, SkScalar xPos,
303 [this](const SkScalar bounds[2]) -> const SkGlyph::Intercept* {
309 if (bounds[0] == intercept->fBounds[0] && bounds[1] == intercept->fBounds[1]) {
315 }(bounds);
326 intercept->fBounds[0] = bounds[0];
327 intercept->fBounds[1] = bounds[1];
333 if (pathBounds.fBottom < bounds[0] || bounds[1] < pathBounds.fTop) {
338 = calculate_path_gap(bounds[0], bounds[1], *path);