Home
last modified time | relevance | path

Searched refs:rect_intersect (Results 1 – 25 of 115) sorted by relevance

12345

/dports/astro/R-cran-maptools/maptools/R/
H A DpointLabelBase.R48 rect_intersect <- function(xy1, offset1, xy2, offset2) { function
58 doesIntersect <- rect_intersect(xy[rectidx1] + offset[rectidx1], rectv[rectidx1],
81 area <- sum(rect_intersect(xy[rectidx1] + offset[rectidx1], rectv[rectidx1],
110 canIntersect <- rect_intersect(xy[rectidx1], 2 * rectv[rectidx1],
116 if (trace) cat("portion covered =", sum(rect_intersect(xy, rectv,xy,rectv)),"\n")
128 doesIntersect <- rect_intersect(xy[rectidx1] + offset[rectidx1], rectv[rectidx1],
H A DpointLabelLattice.R18 rect_intersect <- function(xy1, offset1, xy2, offset2) { function
29 doesIntersect <- rect_intersect(xy[rectidx1] + offset[rectidx1],
49 area <- sum(rect_intersect(xy[rectidx1] + offset[rectidx1],
67 doesIntersect <- rect_intersect(xy[rectidx1] + offset[rectidx1],
211 canIntersect <- rect_intersect(xy[rectidx1], 2 * rectv[rectidx1],
/dports/net/xrdp-devel/xrdp-0.9.16/xrdp/
H A Dxrdp_painter.c727 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_fill_rect()
745 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_fill_rect()
783 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_fill_rect()
979 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_draw_text()
1075 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_draw_text2()
1221 if (rect_intersect(&rect1, &clip_rect, &draw_rect)) in xrdp_painter_copy()
1278 if (rect_intersect(&rect1, &clip_rect, &rect2)) in xrdp_painter_copy()
1282 if (rect_intersect(&rect2, &rect1, &draw_rect)) in xrdp_painter_copy()
1433 if (rect_intersect(&rect1, &clip_rect, &rect2)) in xrdp_painter_composite()
1436 if (rect_intersect(&rect2, &rect1, &draw_rect)) in xrdp_painter_composite()
[all …]
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/xrdp/
H A Dxrdp_painter.c727 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_fill_rect()
745 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_fill_rect()
783 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_fill_rect()
979 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_draw_text()
1075 if (rect_intersect(&rect, &clip_rect, &draw_rect)) in xrdp_painter_draw_text2()
1221 if (rect_intersect(&rect1, &clip_rect, &draw_rect)) in xrdp_painter_copy()
1278 if (rect_intersect(&rect1, &clip_rect, &rect2)) in xrdp_painter_copy()
1282 if (rect_intersect(&rect2, &rect1, &draw_rect)) in xrdp_painter_copy()
1433 if (rect_intersect(&rect1, &clip_rect, &rect2)) in xrdp_painter_composite()
1436 if (rect_intersect(&rect2, &rect1, &draw_rect)) in xrdp_painter_composite()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp26 static SkRect rect_intersect(SkRect u, SkRect v) { in rect_intersect() function
49 currentClip = rect_intersect(bounds, elementRect); in is_rect()
52 currentClip = rect_intersect(currentClip, elementRect); in is_rect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp27 static SkRect rect_intersect(SkRect u, SkRect v) { in rect_intersect() function
50 currentClip = rect_intersect(bounds, elementRect); in is_rect()
53 currentClip = rect_intersect(currentClip, elementRect); in is_rect()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp26 static SkRect rect_intersect(SkRect u, SkRect v) { in rect_intersect() function
49 currentClip = rect_intersect(bounds, elementRect); in is_rect()
52 currentClip = rect_intersect(currentClip, elementRect); in is_rect()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp26 static SkRect rect_intersect(SkRect u, SkRect v) { in rect_intersect() function
49 currentClip = rect_intersect(bounds, elementRect); in is_rect()
52 currentClip = rect_intersect(currentClip, elementRect); in is_rect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp21 static SkRect rect_intersect(SkRect u, SkRect v) { in rect_intersect() function
44 currentClip = rect_intersect(bounds, elementRect); in is_rect()
47 currentClip = rect_intersect(currentClip, elementRect); in is_rect()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp26 static SkRect rect_intersect(SkRect u, SkRect v) { in rect_intersect() function
49 currentClip = rect_intersect(bounds, elementRect); in is_rect()
52 currentClip = rect_intersect(currentClip, elementRect); in is_rect()
/dports/www/netsurf/netsurf-3.10/frontends/atari/gemtk/
H A Dredrawslots.c37 static inline bool rect_intersect( struct rect * box1, struct rect * box2 ) in rect_intersect() function
85 if (rect_intersect(&slots->areas[i], &area )) { in redraw_slot_schedule()
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dredrawslots.c39 static inline bool rect_intersect( struct rect * box1, struct rect * box2 ) in rect_intersect() function
87 if (rect_intersect(&slots->areas[i], &area )) { in redraw_slot_schedule()
/dports/misc/mc/mc-4.8.27/lib/widget/
H A Drect.h37 void rect_intersect (WRect * r, const WRect * r1);
H A Drect.c138 rect_intersect (WRect * r, const WRect * r1) in rect_intersect() function
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/
H A Drect.h37 void rect_intersect (WRect * r, const WRect * r1);
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/
H A Drobtk.h273 static bool rect_intersect(const cairo_rectangle_t *r1, const cairo_rectangle_t *r2){ in rect_intersect() function
287 return rect_intersect(r1, &r2); in rect_intersect_a()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/
H A Drobtk.h273 static bool rect_intersect(const cairo_rectangle_t *r1, const cairo_rectangle_t *r2){ in rect_intersect() function
287 return rect_intersect(r1, &r2); in rect_intersect_a()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsrect.h36 #define rect_intersect(to, from)\ macro
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsrect.h31 #define rect_intersect(to, from)\ macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsrect.h34 #define rect_intersect(to, from)\ macro
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsrect.h31 #define rect_intersect(to, from)\ macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsrect.h34 #define rect_intersect(to, from)\ macro
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsrect.h33 #define rect_intersect(to, from)\ macro
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsrect.h33 #define rect_intersect(to, from)\ macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsrect.h36 #define rect_intersect(to, from)\ macro

12345