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

/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c442 int numlines
448 if((area->box.y2 - area->box.y1) >= numlines)
451 if(xf86ResizeOffscreenArea(area, pScrn->displayWidth, numlines))
460 numlines, 0, NULL, NULL, NULL);
468 if((max_w < pScrn->displayWidth) || (max_h < numlines))
473 numlines, 0, NULL, NULL, NULL);
439 S3VAllocateMemory(ScrnInfoPtr pScrn,FBAreaPtr area,int numlines) argument
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c776 GX2AllocateMemory(ScrnInfoPtr pScrn, FBAreaPtr area, int numlines) argument
782 if ((area->box.y2 - area->box.y1) >= numlines)
785 if (xf86ResizeOffscreenArea(area, pScrn->displayWidth, numlines))
792 numlines, 0, NULL, NULL, NULL);
800 if ((max_w < pScrn->displayWidth) || (max_h < numlines))
805 numlines, 0, NULL, NULL, NULL);
1352 int pitch, fbpitch, numlines; local in function:GX2AllocateSurface
1361 numlines = ((pitch * h) + fbpitch - 1) / fbpitch;
1363 if (!(area = GX2AllocateMemory(pScrn, NULL, numlines)))
H A Dnsc_gx1_video.c825 GX1AllocateMemory(ScrnInfoPtr pScrn, FBAreaPtr area, int numlines) argument
831 if ((area->box.y2 - area->box.y1) >= numlines)
834 if (xf86ResizeOffscreenArea(area, pScrn->displayWidth, numlines))
841 numlines, 0, NULL, NULL, NULL);
849 if ((max_w < pScrn->displayWidth) || (max_h < numlines))
854 numlines, 0, NULL, NULL, NULL);
1408 int pitch, fbpitch, numlines; local in function:GX1AllocateSurface
1418 numlines = ((pitch * h) + fbpitch - 1) / fbpitch;
1420 if (!(area = GX1AllocateMemory(pScrn, NULL, numlines)))
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c704 GXAllocateMemory(ScrnInfoPtr pScrni, void **memp, int numlines) argument
710 int size = numlines * pGeode->displayWidth;
736 if ((area->box.y2 - area->box.y1) >= numlines)
739 if (xf86ResizeOffscreenArea(area, pGeode->displayWidth, numlines))
746 numlines, 0, NULL, NULL, NULL);
755 if ((max_w < pGeode->displayWidth) || (max_h < numlines)) {
758 pGeode->displayWidth, max_h, numlines);
764 numlines, 0, NULL, NULL, NULL);
1404 int pitch, fbpitch, numlines; local in function:GXAllocateSurface
1413 numlines
[all...]

Completed in 9 milliseconds