Searched refs:numFullPtBlocks (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DPolyReg.c401 register int numFullPtBlocks,
416 numRects = ((numFullPtBlocks * NUMPTSTOBUFFER) + iCurPtBlock) >> 1;
429 for ( ; numFullPtBlocks >= 0; numFullPtBlocks--) {
432 if (!numFullPtBlocks)
498 int numFullPtBlocks = 0;
569 numFullPtBlocks++;
615 numFullPtBlocks++; iPts = 0;
633 (void) PtsToRegion(numFullPtBlocks, iPts, &FirstPtBlock, region);
634 for (curPtBlock = FirstPtBlock.next; --numFullPtBlocks >
395 PtsToRegion(register int numFullPtBlocks,register int iCurPtBlock,POINTBLOCK * FirstPtBlock,REGION * reg) argument
493 int numFullPtBlocks = 0; local in function:XPolygonRegion
[all...]

Completed in 12 milliseconds