Lines Matching refs:new_h
1025 int new_h;
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 >> 1) * pGeode->Pitch;