Searched refs:new_h (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_video.c | 668 int pitch, Bpp, new_h, offset = 0, offset2 = 0, offset3 = 0; local in function:A 726 new_h = (2 * offset2 + pitch - 1) / pitch; 732 new_h = (offset + pitch - 1) / pitch; 738 new_h = (offset + pitch - 1) / pitch; 747 new_h = (offset + pitch - 1) / pitch; 754 if (offscreen && (!area || ((area->box.y2 - area->box.y1) < new_h))) { 760 if (max_w == pScrn->displayWidth && max_h >= new_h) { 762 pScrn->displayWidth, new_h, 773 pScrn->displayWidth, new_h, 4, 779 if(!xf86ResizeOffscreenArea(area, pScrn->displayWidth, new_h)) { [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_video.c | 1025 int new_h; local in function:GX2PutImage 1085 new_h = dstPitch * height; /* Y */ 1086 new_h += (dstPitch2 * height); /* U+V */ 1087 new_h += pGeode->Pitch - 1; 1088 new_h /= pGeode->Pitch; 1097 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch; 1103 new_h <<= 1; 1106 if (!(pPriv->area = GX2AllocateMemory(pScrn, pPriv->area, new_h))) 1125 offset += (new_h >> 1) * pGeode->Pitch; 1150 offset += (new_h >> [all...] |
| H A D | nsc_gx1_video.c | 1090 int pitch, new_h; local in function:GX1PutImage 1155 new_h = ((dstPitch * height) + pitch - 1) / pitch; 1159 new_h <<= 1; 1162 if (!(pPriv->area = GX1AllocateMemory(pScrn, pPriv->area, new_h))) 1181 offset += (new_h >> 1) * pitch; 1208 offset += (new_h >> 1) * pitch;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_video.c | 1049 int new_h; local in function:GXPutImage 1113 new_h = dstPitch * height; /* Y */ 1114 new_h += (dstPitch2 * height); /* U+V */ 1115 new_h += pGeode->Pitch - 1; 1116 new_h /= pGeode->Pitch; 1125 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch; 1130 new_h <<= 1; 1133 if (!(pPriv->offset = GXAllocateMemory(pScrni, &pPriv->area, new_h))) { 1135 "Could not allocate area of size %d\n", new_h); 1156 offset += (new_h >> [all...] |
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_xv.c | 703 int pitch, new_h, offset, offset2=0, offset3=0; local in function:S3VPutImage 738 new_h = ((dstPitch * height) + pitch - 1) / pitch; 755 if(!(pPriv->area = S3VAllocateMemory(pScrn, pPriv->area, new_h)))
|
Completed in 9 milliseconds