Home
last modified time | relevance | path

Searched refs:nPts (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.c530 int nPts = 0; /* number of pts in buffer */ in miFillGeneralPoly() local
580 nPts++; in miFillGeneralPoly()
585 if (nPts == NUMPTSTOBUFFER) { in miFillGeneralPoly()
587 nPts, FirstPoint, FirstWidth, 1); in miFillGeneralPoly()
590 nPts = 0; in miFillGeneralPoly()
630 nPts++; in miFillGeneralPoly()
635 if (nPts == NUMPTSTOBUFFER) { in miFillGeneralPoly()
636 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoint, in miFillGeneralPoly()
640 nPts = 0; in miFillGeneralPoly()
665 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoint, FirstWidth, 1); in miFillGeneralPoly()
H A Dmisprite.c431 int nPts; in miSpriteGetSpans() local
437 for (pts = ppt, widths = pwidth, nPts = nspans; in miSpriteGetSpans()
438 nPts--; pts++, widths++) { in miSpriteGetSpans()