Home
last modified time | relevance | path

Searched refs:nBox (Results 26 – 50 of 153) sorted by relevance

1234567

/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/xfixes/
H A Dregion.c538 int i, nBox; in ProcXFixesFetchRegion() local
547 nBox = RegionNumRects(pRegion); in ProcXFixesFetchRegion()
549 reply = calloc(sizeof(xXFixesFetchRegionReply) + nBox * sizeof(xRectangle), in ProcXFixesFetchRegion()
555 reply->length = nBox << 1; in ProcXFixesFetchRegion()
562 for (i = 0; i < nBox; i++) { in ProcXFixesFetchRegion()
575 SwapShorts((INT16 *) pRect, nBox * 4); in ProcXFixesFetchRegion()
578 nBox * sizeof(xRectangle), (char *) reply); in ProcXFixesFetchRegion()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/xfixes/
H A Dregion.c538 int i, nBox; in ProcXFixesFetchRegion() local
547 nBox = RegionNumRects(pRegion); in ProcXFixesFetchRegion()
549 reply = calloc(sizeof(xXFixesFetchRegionReply) + nBox * sizeof(xRectangle), in ProcXFixesFetchRegion()
555 reply->length = nBox << 1; in ProcXFixesFetchRegion()
562 for (i = 0; i < nBox; i++) { in ProcXFixesFetchRegion()
575 SwapShorts((INT16 *) pRect, nBox * 4); in ProcXFixesFetchRegion()
578 nBox * sizeof(xRectangle), (char *) reply); in ProcXFixesFetchRegion()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/xfixes/
H A Dregion.c538 int i, nBox; in ProcXFixesFetchRegion() local
547 nBox = RegionNumRects(pRegion); in ProcXFixesFetchRegion()
549 reply = calloc(sizeof(xXFixesFetchRegionReply) + nBox * sizeof(xRectangle), in ProcXFixesFetchRegion()
555 reply->length = nBox << 1; in ProcXFixesFetchRegion()
562 for (i = 0; i < nBox; i++) { in ProcXFixesFetchRegion()
575 SwapShorts((INT16 *) pRect, nBox * 4); in ProcXFixesFetchRegion()
578 nBox * sizeof(xRectangle), (char *) reply); in ProcXFixesFetchRegion()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/xfixes/
H A Dregion.c538 int i, nBox; in ProcXFixesFetchRegion() local
547 nBox = RegionNumRects(pRegion); in ProcXFixesFetchRegion()
549 reply = calloc(sizeof(xXFixesFetchRegionReply) + nBox * sizeof(xRectangle), in ProcXFixesFetchRegion()
555 reply->length = nBox << 1; in ProcXFixesFetchRegion()
562 for (i = 0; i < nBox; i++) { in ProcXFixesFetchRegion()
575 SwapShorts((INT16 *) pRect, nBox * 4); in ProcXFixesFetchRegion()
578 nBox * sizeof(xRectangle), (char *) reply); in ProcXFixesFetchRegion()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dblur.c68 int nBox; member
348 int nBox, in regionFromBoxes() argument
363 while (nBox--) in regionFromBoxes()
490 int nBox) in blurSetWindowBlur() argument
499 bw->state[state].nBox = nBox; in blurSetWindowBlur()
708 int nBox = 0; in blurWindowUpdate() local
730 if (nBox) in blurWindowUpdate()
763 nBox); in blurWindowUpdate()
1647 while (nBox--) in fboUpdate()
1965 nBox = 1; in blurUpdateDstTexture()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/
H A Dloc.h342 bool isInBox(int nLoc, int nBox, const RMPoint &pt);
345 void changeBoxStatus(int nLoc, int nBox, int status);
407 void newBoxEntered(int nBox);
/dports/games/scummvm/scummvm-2.5.1/engines/tony/
H A Dloc.h342 bool isInBox(int nLoc, int nBox, const RMPoint &pt);
345 void changeBoxStatus(int nLoc, int nBox, int status);
407 void newBoxEntered(int nBox);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbtile32.c220 MROP_NAME(cfbFillRectTile32) (pDrawable, pGC, nBox, pBox)
223 int nBox; /* number of boxes to fill */ variable
258 while (nBox--)
H A Dcfbtileodd.c124 MROP_NAME(cfbFillBoxTileOdd) (pDrawable, nBox, pBox, tile, xrot, yrot, alu, planemask)
126 int nBox; /* number of boxes to fill */ variable
208 while (nBox--)
627 MROP_NAME(cfbFillBoxTile32s) (pDrawable, nBox, pBox, tile, xrot, yrot, alu, planemask)
629 int nBox; /* number of boxes to fill */ variable
680 while (nBox--)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/table/
H A Dswtable.cxx291 nOriginalSum += nBox; in lcl_ModifyBoxes()
292 nBox *= nNew; in lcl_ModifyBoxes()
293 nBox /= nOld; in lcl_ModifyBoxes()
297 if( nBox == nWishedSum ) in lcl_ModifyBoxes()
301 nBox = nWishedSum; in lcl_ModifyBoxes()
312 nSum += nBox; in lcl_ModifyBoxes()
1335 sal_uInt16 nLine, nBox; in GetTableBox() local
1346 if( nBox ) in GetTableBox()
1347 --nBox; in GetTableBox()
1359 if( nBox >= pBoxes->size() ) in GetTableBox()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/table/
H A Dswtable.cxx318 nOriginalSum += nBox; in lcl_ModifyBoxes()
319 nBox *= nNew; in lcl_ModifyBoxes()
320 nBox /= nOld; in lcl_ModifyBoxes()
324 if( nBox == nWishedSum ) in lcl_ModifyBoxes()
328 nBox = nWishedSum; in lcl_ModifyBoxes()
339 nSum += nBox; in lcl_ModifyBoxes()
1351 sal_uInt16 nLine, nBox; in GetTableBox() local
1362 if( nBox ) in GetTableBox()
1363 --nBox; in GetTableBox()
1375 if( nBox >= pBoxes->size() ) in GetTableBox()
[all …]
/dports/x11-drivers/xf86-video-i128/xf86-video-i128-1.4.0/src/
H A Di128accel.c59 unsigned int planemask, int nBox, register BoxPtr pBoxI);
350 int nBox, register BoxPtr pBoxI) in I128FillSolidRects() argument
380 while (nBox > 0) { in I128FillSolidRects()
396 nBox--; in I128FillSolidRects()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xephyr/xorg-server-1.20.13/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xwayland/xorg-server-1.20.13/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xarcan/xarcan-0.6.0/fb/
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwayland/
H A Dxwayland-window-buffers.c297 int nBox = RegionNumRects(full_damage); in xwl_window_buffers_get_pixmap() local
298 while (nBox--) { in xwl_window_buffers_get_pixmap()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwayland/
H A Dxwayland-window-buffers.c318 int nBox = RegionNumRects(full_damage); in xwl_window_buffers_get_pixmap() local
319 while (nBox--) { in xwl_window_buffers_get_pixmap()
/dports/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0/src/
H A Dmga_storm.c148 int rop, unsigned int planemask, int nBox,
2228 if(nBox & 1) { in MGAFillSolidRectsDMA()
2232 nBox--; pBox++; in MGAFillSolidRectsDMA()
2235 if(!nBox) return; in MGAFillSolidRectsDMA()
2238 while(nBox) { in MGAFillSolidRectsDMA()
2247 base += 5; nBox -= 2; in MGAFillSolidRectsDMA()
2323 int nBox, SecondPassColor; in MGAFillMono8x8PatternRectsTwoPass() local
2338 nBox = nBoxInit; in MGAFillMono8x8PatternRectsTwoPass()
2344 while(nBox--) { in MGAFillMono8x8PatternRectsTwoPass()
2480 int nBox, in MGAFillCacheBltRects() argument
[all …]
/dports/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9/src/
H A Dpm2_video.c777 int nBox; in RemakePutCookies() local
781 nBox = pPPriv->nCookies; in RemakePutCookies()
784 nBox = REGION_NUM_RECTS(pRegion); in RemakePutCookies()
786 if (!pPPriv->pCookies || pPPriv->nCookies < nBox) { in RemakePutCookies()
987 int nBox; in BlackOut() local
1004 nBox = REGION_NUM_RECTS(&DRegion); in BlackOut()
1017 for (; nBox--; pBox++) { in BlackOut()
1051 int nBox; in RemakeGetCookies() local
1057 nBox = pPPriv->nCookies; in RemakeGetCookies()
1060 nBox = REGION_NUM_RECTS(pRegion); in RemakeGetCookies()
[all …]

1234567