Lines Matching refs:bottom

365 		fRasterizer.clip_box(cb.left, cb.top, cb.right + 1, cb.bottom + 1);
366 fSubpixRasterizer.clip_box(cb.left, cb.top, cb.right + 1, cb.bottom + 1);
830 BPoint b(r.right, r.bottom);
879 StraightLine(BPoint(r.right, r.top), BPoint(r.right, r.bottom - 1), c);
880 StraightLine(BPoint(r.right, r.bottom), BPoint(r.left + 1, r.bottom), c);
881 StraightLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top + 1), c);
892 BPoint a(min_c(r.left, r.right), min_c(r.top, r.bottom));
893 BPoint b(max_c(r.left, r.right), max_c(r.top, r.bottom));
930 // to the bottom-right (.9999, .9999) corner of pixels
952 BPoint a(min_c(r.left, r.right), min_c(r.top, r.bottom));
953 BPoint b(max_c(r.left, r.right), max_c(r.top, r.bottom));
976 // to the bottom-right (.9999, .9999) corner of pixels
1003 int32 bottom = (int32)r.bottom;
1017 int32 y2 = min_c(fBaseRenderer.ymax(), bottom);
1061 int32 bottom = (int32)r.bottom;
1069 int32 y2 = min_c(fBaseRenderer.ymax(), bottom);
1101 for (; y <= r.bottom; y++) {
1119 BPoint rb(r.right, r.bottom);
1139 BPoint rb(r.right, r.bottom);
1145 // to the bottom-right (.9999, .9999) corner of pixels
1165 BPoint rb(r.right, r.bottom);
1171 // to the bottom-right (.9999, .9999) corner of pixels
1192 rect->bottom++;
1705 for (int32 y = (int32)r.top; y <= (int32)r.bottom; y++) {
1731 int32 bottom = (int32)r.bottom;
1740 int32 y2 = min_c(fBaseRenderer.ymax(), bottom);
1763 double bottom = -1.0;
1766 agg::bounding_rect(path, pathID, 0, 1, &left, &top, &right, &bottom);
1767 return BRect(left, top, right, bottom);