Home | History | Annotate | Download | only in xaa

Lines Matching refs:nbox

216     int nbox, w, h;
276 nbox = RegionNumRects(&region);
279 if(!nbox)
287 while(nbox--) {
343 nbox = RegionNumRects(&region);
346 if(!nbox) {
365 while(nbox--) {
412 nbox = RegionNumRects(&region);
415 if(!nbox) {
434 while(nbox--) {
463 int i, nbox;
479 nbox = RegionNumRects(&region);
482 if(!nbox) {
486 pptSrc = malloc(sizeof(DDXPointRec) * nbox);
493 for (i = 0; i < nbox; i++) {