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

/xsrc/external/mit/libX11/dist/src/
H A DPolyReg.c403 POINTBLOCK *FirstPtBlock,
424 CurPtBlock = FirstPtBlock;
496 POINTBLOCK FirstPtBlock, *curPtBlock; /* PtBlock buffers */
533 pts = FirstPtBlock.pts;
536 curPtBlock = &FirstPtBlock;
633 (void) PtsToRegion(numFullPtBlocks, iPts, &FirstPtBlock, region);
634 for (curPtBlock = FirstPtBlock.next; --numFullPtBlocks >= 0;) {
395 PtsToRegion(register int numFullPtBlocks,register int iCurPtBlock,POINTBLOCK * FirstPtBlock,REGION * reg) argument
491 POINTBLOCK FirstPtBlock, *curPtBlock; /* PtBlock buffers */ local in function:XPolygonRegion

Completed in 3 milliseconds