Home
last modified time | relevance | path

Searched refs:rectangles (Results 1 – 25 of 3712) sorted by relevance

12345678910>>...149

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Types/
H A Drectangles.hpp49 rectangles operator - (rectangles l1, rectangles l2);
50 rectangles operator & (rectangles l1, rectangles l2);
51 rectangles operator | (rectangles l1, rectangles l2);
52 rectangles operator * (rectangles l, int d);
53 rectangles operator / (rectangles l, int d);
54 rectangles translate (rectangles l, SI x, SI y);
55 rectangles thicken (rectangles l, SI width, SI height);
56 rectangles outline (rectangles l, SI pixel);
57 rectangles correct (rectangles l);
58 rectangles simplify (rectangles l);
[all …]
H A Drectangles.cpp148 rectangles
149 operator - (rectangles l1, rectangles l2) { in operator -()
159 rectangles
160 operator & (rectangles l1, rectangles l2) { in operator &()
177 rectangles
186 rectangles
187 operator | (rectangles l1, rectangles l2) { in operator |()
196 rectangles
204 rectangles
213 rectangles
[all …]
/dports/games/spring/spring_98.0/rts/System/Misc/
H A DRectangleOptimizer.h34 return rectangles.empty(); in empty()
37 return rectangles.size(); in size()
40 return rectangles.front(); in front()
43 return rectangles.pop_front(); in pop_front()
46 rectangles.swap(other.rectangles); in swap()
52 rectangles.splice(pos, other.rectangles); in splice()
56 return rectangles.clear(); in clear()
64 rectangles.push_back(rect); in push_back()
68 rectangles.swap(lst); in swap()
72 return rectangles.begin(); in begin()
[all …]
/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dsimple_object_detector_py.h20 std::vector<rectangle>& rectangles, in split_rect_detections() argument
25 rectangles.clear(); in split_rect_detections()
49 std::vector<rectangle> rectangles; in run_detector_with_upscale1() local
65 return rectangles; in run_detector_with_upscale1()
84 return rectangles; in run_detector_with_upscale1()
100 return rectangles; in run_detector_with_upscale1()
119 return rectangles; in run_detector_with_upscale1()
150 return rectangles; in run_detectors_with_upscale1()
169 return rectangles; in run_detectors_with_upscale1()
180 return rectangles; in run_detectors_with_upscale1()
[all …]
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dsimple_object_detector_py.h20 std::vector<rectangle>& rectangles, in split_rect_detections() argument
25 rectangles.clear(); in split_rect_detections()
49 std::vector<rectangle> rectangles; in run_detector_with_upscale1() local
65 return rectangles; in run_detector_with_upscale1()
84 return rectangles; in run_detector_with_upscale1()
100 return rectangles; in run_detector_with_upscale1()
119 return rectangles; in run_detector_with_upscale1()
150 return rectangles; in run_detectors_with_upscale1()
169 return rectangles; in run_detectors_with_upscale1()
180 return rectangles; in run_detectors_with_upscale1()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DTracker.java53 Rectangle [] rectangles = new Rectangle [0], proportions = rectangles; field in Tracker
282 int xMin = rectangles [0].x; in computeBounds()
283 int yMin = rectangles [0].y; in computeBounds()
284 int xMax = rectangles [0].x + rectangles [0].width; in computeBounds()
285 int yMax = rectangles [0].y + rectangles [0].height; in computeBounds()
288 if (rectangles [i].x < xMin) xMin = rectangles [i].x; in computeBounds()
289 if (rectangles [i].y < yMin) yMin = rectangles [i].y; in computeBounds()
290 int rectRight = rectangles [i].x + rectangles [i].width; in computeBounds()
292 int rectBottom = rectangles [i].y + rectangles [i].height; in computeBounds()
1099 rectangles = newRects; in resizeRectangles()
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DDiff2.java88 this.rectangles = Arrays.copyOf(rectangles, rectangles.length); in Diff2()
120 this.rectangles = Rectangle.toArrayOf2DRectangles(rectangles); in Diff2()
134 this(rectangles); in Diff2()
196 public Diff2(IntVar[][] rectangles) { in Diff2() argument
201 this.rectangles = Rectangle.toArrayOf2DRectangles(rectangles); in Diff2()
216 this(rectangles); in Diff2()
233 this.rectangles = Rectangle.toArrayOf2DRectangles(rectangles); in Diff2()
290 list.add(rectangles[i]); in onList()
335 Rectangle r = rectangles[l]; in narrowRectangles()
567 recti = rectangles[i]; in satisfied()
[all …]
H A DProfileItemCondition.java47 LinkedList<int[]> rectangles = new LinkedList<int[]>(); field in ProfileItemCondition
54 rectangles.add(rect); in ProfileItemCondition()
59 rectangles.addAll(rects); in ProfileItemCondition()
63 rectangles.add(r); in addRect()
102 right.set(a.max, max, value, rectangles); in overlap()
107 overlap.set(min, max, value + v, rectangles); in overlap()
120 overlap.set(min, max, value + v, rectangles); in overlap()
133 right.set(a.max, max, value, rectangles); in overlap()
147 left.set(min, a.min, value, rectangles); in overlap()
180 rectangles.add(r); in set()
[all …]
H A DDisjoint.java71 this.rectangles = Arrays.copyOf(rectangles, rectangles.length); in Disjoint()
101 this.rectangles = Rectangle.toArrayOf2DRectangles(rectangles); in Disjoint()
116 this(rectangles); in Disjoint()
177 public Disjoint(IntVar[][] rectangles) { in Disjoint() argument
182 this.rectangles = Rectangle.toArrayOf2DRectangles(rectangles); in Disjoint()
197 this(rectangles); in Disjoint()
217 Rectangle r = rectangles[l]; in narrowRectangles()
473 while (sat && i < rectangles.length) { in satisfied()
474 recti = rectangles[i]; in satisfied()
494 result.append(rectangles[i]); in toString()
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-bentley-ottmann-rectangular.c80 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
266 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
656 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_rectangular_traps() local
714 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
727 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_boxes() local
756 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
759 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
762 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
765 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTracker.java55 Rectangle [] rectangles = new Rectangle [0], proportions = rectangles; field in Tracker
294 int xMin = rectangles [0].x; in computeBounds()
295 int yMin = rectangles [0].y; in computeBounds()
296 int xMax = rectangles [0].x + rectangles [0].width; in computeBounds()
297 int yMax = rectangles [0].y + rectangles [0].height; in computeBounds()
300 if (rectangles [i].x < xMin) xMin = rectangles [i].x; in computeBounds()
301 if (rectangles [i].y < yMin) yMin = rectangles [i].y; in computeBounds()
302 int rectRight = rectangles [i].x + rectangles [i].width; in computeBounds()
304 int rectBottom = rectangles [i].y + rectangles [i].height; in computeBounds()
1133 rectangles = newRects; in resizeRectangles()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTracker.java49 Rectangle [] rectangles = new Rectangle [0], proportions = rectangles; field in Tracker
316 int xMin = rectangles [0].x; in computeBounds()
317 int yMin = rectangles [0].y; in computeBounds()
318 int xMax = rectangles [0].x + rectangles [0].width; in computeBounds()
319 int yMax = rectangles [0].y + rectangles [0].height; in computeBounds()
322 if (rectangles [i].x < xMin) xMin = rectangles [i].x; in computeBounds()
323 if (rectangles [i].y < yMin) yMin = rectangles [i].y; in computeBounds()
324 int rectRight = rectangles [i].x + rectangles [i].width; in computeBounds()
326 int rectBottom = rectangles [i].y + rectangles [i].height; in computeBounds()
815 rectangles = newRects;
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-boxes-intersect.c82 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
265 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
588 rectangle_t *rectangles; in _cairo_boxes_intersect() local
629 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
635 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
638 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
658 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
664 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
667 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
[all …]
H A Dcairo-bentley-ottmann-rectangular.c74 rectangle_t **rectangles; member
208 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
214 rectangles[-2] = NULL; in CAIRO_COMBSORT_DECLARE()
215 rectangles[-1] = NULL; in CAIRO_COMBSORT_DECLARE()
217 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
740 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
839 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
842 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
845 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
848 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-boxes-intersect.c82 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
265 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
588 rectangle_t *rectangles; in _cairo_boxes_intersect() local
629 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
635 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
638 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
658 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
664 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
667 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
[all …]
H A Dcairo-bentley-ottmann-rectangular.c74 rectangle_t **rectangles; member
208 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
214 rectangles[-2] = NULL; in CAIRO_COMBSORT_DECLARE()
215 rectangles[-1] = NULL; in CAIRO_COMBSORT_DECLARE()
217 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
740 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
839 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
842 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
845 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
848 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-boxes-intersect.c82 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
265 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
588 rectangle_t *rectangles; in _cairo_boxes_intersect() local
629 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
635 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
638 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
658 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
664 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
667 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
[all …]
H A Dcairo-bentley-ottmann-rectangular.c74 rectangle_t **rectangles; member
208 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
214 rectangles[-2] = NULL; in CAIRO_COMBSORT_DECLARE()
215 rectangles[-1] = NULL; in CAIRO_COMBSORT_DECLARE()
217 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
740 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
839 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
842 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
845 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
848 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-boxes-intersect.c82 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
265 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
588 rectangle_t *rectangles; in _cairo_boxes_intersect() local
629 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
635 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
638 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
658 rectangles[j].left.dir = 1; in _cairo_boxes_intersect()
664 rectangles[j].right.dir = 1; in _cairo_boxes_intersect()
667 rectangles[j].left.dir = -1; in _cairo_boxes_intersect()
[all …]
H A Dcairo-bentley-ottmann-rectangular.c74 rectangle_t **rectangles; member
208 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
214 rectangles[-2] = NULL; in CAIRO_COMBSORT_DECLARE()
215 rectangles[-1] = NULL; in CAIRO_COMBSORT_DECLARE()
217 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
740 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
839 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
842 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
845 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
848 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-bentley-ottmann-rectangular.c80 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
266 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
671 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_rectangular_traps() local
738 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
751 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_boxes() local
807 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
810 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
813 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
816 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-bentley-ottmann-rectangular.c80 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
266 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
671 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_rectangular_traps() local
738 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
751 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_boxes() local
807 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
810 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
813 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
816 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-bentley-ottmann-rectangular.c80 rectangle_t **rectangles; member
260 rectangle_t **rectangles, in CAIRO_COMBSORT_DECLARE()
266 sweep_line->rectangles = rectangles; in CAIRO_COMBSORT_DECLARE()
671 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_rectangular_traps() local
738 free (rectangles); in _cairo_bentley_ottmann_tessellate_rectangular_traps()
751 rectangle_t *rectangles; in _cairo_bentley_ottmann_tessellate_boxes() local
807 rectangles[j].left.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
810 rectangles[j].right.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
813 rectangles[j].right.dir = 1; in _cairo_bentley_ottmann_tessellate_boxes()
816 rectangles[j].left.dir = -1; in _cairo_bentley_ottmann_tessellate_boxes()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Delement_area_unittest.cc122 std::vector<RectF> rectangles; in TEST_F() local
124 EXPECT_THAT(rectangles, IsEmpty()); in TEST_F()
135 std::vector<RectF> rectangles; in TEST_F() local
153 std::vector<RectF> rectangles; in TEST_F() local
212 std::vector<RectF> rectangles; in TEST_F() local
234 std::vector<RectF> rectangles; in TEST_F() local
260 std::vector<RectF> rectangles; in TEST_F() local
291 std::vector<RectF> rectangles; in TEST_F() local
312 std::vector<RectF> rectangles; in TEST_F() local
338 std::vector<RectF> rectangles; in TEST_F() local
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket-tool-lib/drracket/private/
H A Drectangle-intersect.rkt2 (provide rectangles-intersect?)
4 (define (rectangles-intersect? l1 t1 r1 b1 l2 t2 r2 b2)
5 (or (rectangles-intersect-one-way? l1 t1 r1 b1 l2 t2 r2 b2)
6 (rectangles-intersect-one-way? l2 t2 r2 b2 l1 t1 r1 b1)))
34 (check-equal? (rectangles-intersect? 0 0 10 10
37 (check-equal? (rectangles-intersect? 2 2 8 8
40 (check-equal? (rectangles-intersect? 0 0 10 10
43 (check-equal? (rectangles-intersect? 10 10 20 20
46 (check-equal? (rectangles-intersect? 0 15 30 17
49 (check-equal? (rectangles-intersect? 0 0 10 10
[all …]

12345678910>>...149