Home
last modified time | relevance | path

Searched refs:nBox (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpoint.c90 int nBox; in fbPolyPoint() local
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); in fbPolyPoint()
119 nBox--; pBox++) in fbPolyPoint()
H A Dfbseg.c345 int nBox; in fbSegment() local
360 nBox = RegionNumRects(pClip); in fbSegment()
399 while (nBox--) { in fbSegment()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c538 int i, nBox; in ProcXFixesFetchRegion() local
547 nBox = RegionNumRects(pRegion); in ProcXFixesFetchRegion()
549 reply = calloc(sizeof(xXFixesFetchRegionReply) + nBox * sizeof(xRectangle), in ProcXFixesFetchRegion()
555 reply->length = nBox << 1; in ProcXFixesFetchRegion()
562 for (i = 0; i < nBox; i++) { in ProcXFixesFetchRegion()
575 SwapShorts((INT16 *) pRect, nBox * 4); in ProcXFixesFetchRegion()
578 nBox * sizeof(xRectangle), (char *) reply); in ProcXFixesFetchRegion()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c962 int nBox; in dmxDoSetShape() local
971 nRect = nBox = RegionNumRects(wBoundingShape(pWindow)); in dmxDoSetShape()
973 while (nBox--) { in dmxDoSetShape()
994 nRect = nBox = RegionNumRects(wClipShape(pWindow)); in dmxDoSetShape()
996 while (nBox--) { in dmxDoSetShape()
H A Ddmxgcops.c126 int nBox; in dmxPutImage() local
139 nBox = RegionNumRects(pSubImages); in dmxPutImage()
142 while (nBox--) { in dmxPutImage()
H A Ddmxpict.c924 int nBox = RegionNumRects(pClip); in dmxChangePictureClip() local
929 nRects = nBox; in dmxChangePictureClip()
932 while (nBox--) { in dmxChangePictureClip()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c472 int nBox = REGION_NUM_RECTS(&port_priv->clip); in glamor_xv_render() local
617 for (i = 0; i < nBox; i++) { in glamor_xv_render()
649 int nBox = REGION_NUM_RECTS(&port_priv->clip); in glamor_xv_render_dma() local
831 for (i = 0; i < nBox; i++) { in glamor_xv_render_dma()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dother-usb-cardlist.rst13 dvb-as102 nBox DVB-T Dongle 0b89:0007
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c517 int nBox = RegionNumRects(&rgnDst); in compCopyWindow() local
520 while (nBox--) { in compCopyWindow()