Lines Matching refs:top

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);
829 BPoint a(r.left, r.top);
878 StraightLine(BPoint(r.left, r.top), BPoint(r.right - 1, r.top), c);
879 StraightLine(BPoint(r.right, r.top), BPoint(r.right, r.bottom - 1), 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));
929 // the rectangle ranges from the top-left (.0, .0)
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));
975 // the rectangle ranges from the top-left (.0, .0)
1001 int32 top = (int32)r.top;
1016 int32 y1 = max_c(fBaseRenderer.ymin(), top);
1054 gradientTop - (int32)r.top, gradientArraySize);
1059 int32 top = (int32)r.top;
1068 int32 y1 = max_c(fBaseRenderer.ymin(), top);
1074 // *handle++ = gradientArray[y1 - top];
1076 gfxset32(offset + y1 * bpr, gradientArray[y1 - top],
1088 int32 y = (int32)r.top;
1118 BPoint lt(r.left, r.top);
1138 BPoint lt(r.left, r.top);
1144 // the rectangle ranges from the top-left (.0, .0)
1164 BPoint lt(r.left, r.top);
1170 // the rectangle ranges from the top-left (.0, .0)
1211 BPoint center(r.left + xRadius, r.top + yRadius);
1238 BPoint center(r.left + xRadius, r.top + yRadius);
1705 for (int32 y = (int32)r.top; y <= (int32)r.bottom; y++) {
1729 int32 top = (int32)r.top;
1739 int32 y1 = max_c(fBaseRenderer.ymin(), top);
1761 double top = 0.0;
1766 agg::bounding_rect(path, pathID, 0, 1, &left, &top, &right, &bottom);
1767 return BRect(left, top, right, bottom);