Searched refs:pPts (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwideline.c | 1899 int mode, int npt, DDXPointPtr pPts) in miWideLine() argument 1914 x2 = pPts->x; in miWideLine() 1915 y2 = pPts->y; in miWideLine() 1926 pPtsTmp = pPts + 1; in miWideLine() 1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine() 1944 ++pPts; in miWideLine() 1945 x2 = pPts->x; in miWideLine() 1946 y2 = pPts->y; in miWideLine() 2339 int mode, int npt, DDXPointPtr pPts) in miWideDash() argument 2359 miZeroDashLine(pDrawable, pGC, mode, npt, pPts); in miWideDash() [all …]
|
| H A D | mipoly.c | 678 int shape, int mode, int count, DDXPointPtr pPts) in miFillPolygon() argument 687 ppt = pPts; in miFillPolygon() 719 miFillConvexPoly(dst, pgc, count, pPts); in miFillPolygon() 721 miFillGeneralPoly(dst, pgc, count, pPts); in miFillPolygon()
|
| H A D | mi.h | 431 DDXPointPtr pPts);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.h | 66 int shape, int mode, int count, DDXPointPtr pPts);
|
| H A D | dmxgcops.c | 336 int shape, int mode, int count, DDXPointPtr pPts) in dmxFillPolygon() argument 348 (XPoint *) pPts, count, shape, mode); in dmxFillPolygon()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 175679 pPts array. Since the values got stored back into the pPts array, they got 175681 the coords back into the pPts array (and actually reduces the size of the
|