Home
last modified time | relevance | path

Searched refs:numRects (Results 151 – 175 of 772) sorted by relevance

12345678910>>...31

/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmibitblt.c89 int numRects; in miCopyArea() local
137 numRects = RegionNumRects(prgnSrcClip); in miCopyArea()
139 ordering = xallocarray(numRects, sizeof(unsigned int)); in miCopyArea()
157 for (i = 0; i < numRects; i++) in miCopyArea()
164 for (i = 0; i < numRects; i++) in miCopyArea()
167 for (i = 0, j = 1, xMax = 0; i < numRects; j = i + 1, xMax = i) { in miCopyArea()
170 while ((j < numRects) && (boxes[j].y1 == y)) in miCopyArea()
180 for (i = numRects - 1, j = i - 1, yMin = i, yMax = 0; in miCopyArea()
195 for (i = 0, j = numRects - 1; i < numRects; i++, j--) in miCopyArea()
200 for (i = 0; i < numRects; i++) { in miCopyArea()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/mi/
H A Dmibitblt.c89 int numRects; in miCopyArea() local
137 numRects = RegionNumRects(prgnSrcClip); in miCopyArea()
139 ordering = xallocarray(numRects, sizeof(unsigned int)); in miCopyArea()
157 for (i = 0; i < numRects; i++) in miCopyArea()
164 for (i = 0; i < numRects; i++) in miCopyArea()
167 for (i = 0, j = 1, xMax = 0; i < numRects; j = i + 1, xMax = i) { in miCopyArea()
170 while ((j < numRects) && (boxes[j].y1 == y)) in miCopyArea()
180 for (i = numRects - 1, j = i - 1, yMin = i, yMax = 0; in miCopyArea()
195 for (i = 0, j = numRects - 1; i < numRects; i++, j--) in miCopyArea()
200 for (i = 0; i < numRects; i++) { in miCopyArea()
/dports/x11-servers/xarcan/xarcan-0.6.0/mi/
H A Dmibitblt.c93 int numRects; in miCopyArea() local
141 numRects = RegionNumRects(prgnSrcClip); in miCopyArea()
143 ordering = xallocarray(numRects, sizeof(unsigned int)); in miCopyArea()
161 for (i = 0; i < numRects; i++) in miCopyArea()
168 for (i = 0; i < numRects; i++) in miCopyArea()
171 for (i = 0, j = 1, xMax = 0; i < numRects; j = i + 1, xMax = i) { in miCopyArea()
174 while ((j < numRects) && (boxes[j].y1 == y)) in miCopyArea()
184 for (i = numRects - 1, j = i - 1, yMin = i, yMax = 0; in miCopyArea()
199 for (i = 0, j = numRects - 1; i < numRects; i++, j--) in miCopyArea()
204 for (i = 0; i < numRects; i++) { in miCopyArea()
/dports/x11-toolkits/tkshape/shape0.4/unix/
H A DshapeUnixText.c47 ShapeRenderTextAsRectangles(tkwin, interp, stringObj, font, numRects) in ShapeRenderTextAsRectangles() argument
52 int *numRects; /*out*/
117 *numRects = k;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/region/
H A Dprint_region.c17 printf (" numRects - %ld\n", region->numRects); in print_region()
23 for (i=0; i < region->numRects; i++) in print_region()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/vnc/
H A Dqvncserver.cpp1051 numRects = 0; in read()
1105 buffer[n] = numRects; in write()
1106 n += sizeof(numRects); in write()
1125 ++numRects; in next()
1147 setHeight(numRects, 1); in endRect()
1148 ++numRects; in endRect()
1167 numRects = 0; in read()
1173 setWidth(numRects, x - rectx(numRects)); in read()
1190 setWidth(numRects, width - rectx(numRects)); in read()
1220 buffer[n] = numRects; in write()
[all …]
/dports/net/freerdp/freerdp-2.5.0/client/X11/
H A Dxf_tsmf.c87 int numRects = 0; in xf_tsmf_xv_video_frame_event() local
117 numRects = event->numVisibleRects; in xf_tsmf_xv_video_frame_event()
119 if (numRects > 0) in xf_tsmf_xv_video_frame_event()
121 xrects = (XRectangle*)calloc(numRects, sizeof(XRectangle)); in xf_tsmf_xv_video_frame_event()
126 for (i = 0; i < numRects; i++) in xf_tsmf_xv_video_frame_event()
153 XFillRectangles(xfc->display, xfc->window->handle, xfc->gc, xrects, numRects); in xf_tsmf_xv_video_frame_event()
167 XSetClipRectangles(xfc->display, xfc->gc, 0, 0, xrects, numRects, YXBanded); in xf_tsmf_xv_video_frame_event()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/test/
H A DTestDrawRects.h56 Ncv32u width, Ncv32u height, Ncv32u numRects, T color);
72 Ncv32u numRects; variable
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmibitblt.c92 int numRects; local
144 numRects = REGION_NUM_RECTS(prgnSrcClip);
147 ALLOCATE_LOCAL(numRects * sizeof(unsigned int));
167 for (i=0; i < numRects; i++)
174 for (i=0; i < numRects; i++)
177 for (i=0, j=1, xMax=0; i < numRects; j=i+1, xMax=i) {
180 while ((j < numRects) && (boxes[j].y1 == y))
190 for (i=numRects-1, j=i-1, yMin=i, yMax=0;
206 for (i=0, j=numRects-1; i < numRects; i++, j--)
211 for(i = 0; i < numRects; i++)
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xwayland/xorg-server-1.20.13/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xephyr/xorg-server-1.20.13/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xarcan/xarcan-0.6.0/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/include/
H A Dregionstr.h74 return ((reg)->data && !(reg)->data->numRects); in RegionNil()
88 return ((reg)->data ? (reg)->data->numRects : 1); in RegionNumRects()
118 return RegionBox(reg, (reg)->data->numRects); in RegionTop()
124 return RegionBox(reg, (reg)->data->numRects - 1); in RegionEnd()
149 (_pReg)->data->numRects = 0; in RegionInit()
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DRegion.h61 int numRects() const;
62 bool is_empty() const { return numRects() == 0; } in is_empty()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DRegion.h61 int numRects() const;
62 bool is_empty() const { return numRects() == 0; } in is_empty()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()

12345678910>>...31