Home
last modified time | relevance | path

Searched refs:nBox (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbrctstp8.c55 cfb8FillRectOpaqueStippled32 (pDrawable, pGC, nBox, pBox) in cfb8FillRectOpaqueStippled32() argument
58 int nBox; /* number of boxes to fill */
94 while (nBox--)
246 cfb8FillRectTransparentStippled32 (pDrawable, pGC, nBox, pBox) in cfb8FillRectTransparentStippled32() argument
249 int nBox; /* number of boxes to fill */
276 while (nBox--)
464 cfb8FillRectStippledUnnatural (pDrawable, pGC, nBox, pBox) in cfb8FillRectStippledUnnatural() argument
467 int nBox;
537 while (nBox--)
H A Dcfbpntwin.c190 cfbFillBoxSolid (pDrawable, nBox, pBox, pixel) in cfbFillBoxSolid() argument
192 int nBox;
217 for (; nBox; nBox--, pBox++)
438 cfbFillBoxTile32 (pDrawable, nBox, pBox, tile) in cfbFillBoxTile32() argument
440 int nBox; /* number of boxes to fill */
470 while (nBox--)
H A Dcfbfillrct.c67 cfbFillRectTileOdd (pDrawable, pGC, nBox, pBox) in cfbFillRectTileOdd() argument
70 int nBox;
100 (*fill) (pDrawable, nBox, pBox, pGC->tile.pixmap, xrot, yrot, pGC->alu, pGC->planemask);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltble.cxx140 for( size_t nBox=0U; nBox<nBoxes; ++nBox ) in SwXMLTableLines_Impl() local
142 const SwTableBox *pBox = rBoxes[nBox]; in SwXMLTableLines_Impl()
144 if( nBox < nBoxes-1U || nWidth==0 ) in SwXMLTableLines_Impl()
152 if( nBox==nBoxes-1U ) in SwXMLTableLines_Impl()
678 for( size_t nBox=0U; nBox<nBoxes; nBox++ ) in ExportTableLinesAutoStyles() local
680 SwTableBox *pBox = rBoxes[nBox]; in ExportTableLinesAutoStyles()
682 if( nBox < nBoxes-1U ) in ExportTableLinesAutoStyles()
942 for( size_t nBox=0U; nBox<nBoxes; ++nBox ) in ExportTableLine() local
944 const SwTableBox *pBox = rBoxes[nBox]; in ExportTableLine()
966 if( nBox < nBoxes-1U ) in ExportTableLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltble.cxx134 for( size_t nBox=0U; nBox<nBoxes; ++nBox ) in SwXMLTableLines_Impl() local
136 const SwTableBox *pBox = rBoxes[nBox]; in SwXMLTableLines_Impl()
138 if( nBox < nBoxes-1U || nWidth==0 ) in SwXMLTableLines_Impl()
146 if( nBox==nBoxes-1U ) in SwXMLTableLines_Impl()
649 for( size_t nBox=0U; nBox<nBoxes; nBox++ ) in ExportTableLinesAutoStyles() local
651 SwTableBox *pBox = rBoxes[nBox]; in ExportTableLinesAutoStyles()
653 if( nBox < nBoxes-1U ) in ExportTableLinesAutoStyles()
913 for( size_t nBox=0U; nBox<nBoxes; ++nBox ) in ExportTableLine() local
915 const SwTableBox *pBox = rBoxes[nBox]; in ExportTableLine()
926 if( nBox < nBoxes-1U ) in ExportTableLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx464 for( SwTableBoxes::size_type nBox=0; nBox<nBoxes; ++nBox ) in CollectTableRowsCols() local
466 const SwTableBox *pBox = rBoxes[nBox]; in CollectTableRowsCols()
470 if( nBox < nBoxes-1 || (nParentLineWidth==0 && nLine==0) ) in CollectTableRowsCols()
477 if( nBox==nBoxes-1 ) in CollectTableRowsCols()
630 for( SwTableBoxes::size_type nBox=0; nBox<nBoxes; ++nBox ) in FillTableRowsCols() local
632 const SwTableBox *pBox = rBoxes[nBox]; in FillTableRowsCols()
636 if( nBox < nBoxes-1 || (nParentLineWidth==0 && nLine==0) ) in FillTableRowsCols()
639 if( nBox==nBoxes-1 ) in FillTableRowsCols()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx463 for( SwTableBoxes::size_type nBox=0; nBox<nBoxes; ++nBox ) in CollectTableRowsCols() local
465 const SwTableBox *pBox = rBoxes[nBox]; in CollectTableRowsCols()
469 if( nBox < nBoxes-1 || (nParentLineWidth==0 && nLine==0) ) in CollectTableRowsCols()
476 if( nBox==nBoxes-1 ) in CollectTableRowsCols()
629 for( SwTableBoxes::size_type nBox=0; nBox<nBoxes; ++nBox ) in FillTableRowsCols() local
631 const SwTableBox *pBox = rBoxes[nBox]; in FillTableRowsCols()
635 if( nBox < nBoxes-1 || (nParentLineWidth==0 && nLine==0) ) in FillTableRowsCols()
638 if( nBox==nBoxes-1 ) in FillTableRowsCols()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xephyr/xorg-server-1.20.13/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xwayland/xorg-server-1.20.13/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xarcan/xarcan-0.6.0/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
/dports/science/dftbplus/dftbplus-19.1/prog/waveplot/
H A Dwaveplot.F9036 integer :: nBox variable
67 nBox = product(repeatBox)
68 if (nBox > 1) then
78 allocate(geo%coords(3, nBox * geo%nAtom))
79 allocate(geo%species(nBox * geo%nAtom))
93 geo%nAtom = nBox * geo%nAtom
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtblcpy.cxx241 for( SwTableBoxes::size_type nBox = 0; !bComplex && nBox < rBoxes.size(); ++nBox ) in addLine() local
242 bComplex = !rBoxes[nBox]->GetTabLines().empty(); in addLine()
422 for( BoxStructure::size_type nBox = 0; nBox < nBoxCount; ++nBox ) in assignBoxes() local
424 BoxSpanInfo& rInfo = rBox[nBox]; in assignBoxes()
469 for( BoxStructure::size_type nBox = 0; nBox < nBoxCount; ++nBox ) in copyBoxes() local
471 const BoxSpanInfo& rInfo = rBox[nBox]; in copyBoxes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dtblcpy.cxx241 for( SwTableBoxes::size_type nBox = 0; !bComplex && nBox < rBoxes.size(); ++nBox ) in addLine() local
242 bComplex = !rBoxes[nBox]->GetTabLines().empty(); in addLine()
422 for( BoxStructure::size_type nBox = 0; nBox < nBoxCount; ++nBox ) in assignBoxes() local
424 BoxSpanInfo& rInfo = rBox[nBox]; in assignBoxes()
469 for( BoxStructure::size_type nBox = 0; nBox < nBoxCount; ++nBox ) in copyBoxes() local
471 const BoxSpanInfo& rInfo = rBox[nBox]; in copyBoxes()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dpaint.c154 int n, nBox = region->numRects; in paintBackground() local
157 if (!nBox) in paintBackground()
180 data = malloc (sizeof (GLfloat) * nBox * 16); in paintBackground()
185 n = nBox; in paintBackground()
225 glDrawArrays (GL_QUADS, 0, nBox * 4); in paintBackground()
232 glDrawArrays (GL_QUADS, 0, nBox * 4); in paintBackground()
741 int nBox; in addWindowGeometry() local
760 nBox = region->numRects; in addWindowGeometry()
766 if ((n + nBox) * vSize * 4 > w->vertexSize) in addWindowGeometry()
768 if (!moreWindowVertices (w, (n + nBox) * vSize * 4)) in addWindowGeometry()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/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/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/xarcan/xarcan-0.6.0/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-server/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/xephyr/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()

1234567