Home
last modified time | relevance | path

Searched refs:nPoints (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGCOps.c203 xnestPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, in xnestPolyPoint() argument
207 (XPoint *) pPoints, nPoints, mode); in xnestPolyPoint()
211 xnestPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, in xnestPolylines() argument
215 (XPoint *) pPoints, nPoints, mode); in xnestPolylines()
243 int nPoints, DDXPointPtr pPoints) in xnestFillPolygon() argument
246 (XPoint *) pPoints, nPoints, shape, mode); in xnestFillPolygon()
H A DGCOps.h36 void xnestPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints,
38 void xnestPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints,
46 int nPoints, DDXPointPtr pPoints);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/btc/
H A DHalBtc8703b1Ant.c3631 u4Byte nPoints=0, psd_report=0; in halbtc8703b1ant_PSD_SweepPoint() local
3659 nPoints = pPsdScan->nPSDPoint; in halbtc8703b1ant_PSD_SweepPoint()
3764 if (i >= nPoints) in halbtc8703b1ant_PSD_SweepPoint()
3766 psd_report = halbtc8703b1ant_PSD_GetData(pBtCoexist,i-nPoints); in halbtc8703b1ant_PSD_SweepPoint()
H A DHalBtc8723b1Ant.c3670 u4Byte nPoints=0, psd_report=0; in halbtc8723b1ant_PSD_SweepPoint() local
3698 nPoints = pPsdScan->nPSDPoint; in halbtc8723b1ant_PSD_SweepPoint()
3803 if (i >= nPoints) in halbtc8723b1ant_PSD_SweepPoint()
3805 psd_report = halbtc8723b1ant_PSD_GetData(pBtCoexist,i-nPoints); in halbtc8723b1ant_PSD_SweepPoint()
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c4739 olWire->nPoints = ol->num_points; in XkbWriteGeomShapes()
5453 ol = XkbAddGeomOutline(shape, olWire->nPoints); in _CheckSetShapes()
5458 for (p = 0, pt = ol->points; p < olWire->nPoints; p++, pt++) { in _CheckSetShapes()
5466 ol->num_points = olWire->nPoints; in _CheckSetShapes()
5467 olWire = (xkbOutlineWireDesc *) (&ptWire[olWire->nPoints]); in _CheckSetShapes()