Lines Matching defs:dstHeight
461 unsigned long dstHeight =
483 if (srcHeight > dstHeight)
485 * dstHeight / srcHeight) * srcPitch;
671 unsigned long srcHeight, unsigned long dstHeight,
688 * dstHeight = dstHeight + 1;
691 if (srcHeight == dstHeight) { /* No zoom */
693 } else if (srcHeight < dstHeight) { /* Zoom in */
695 tmp = srcHeight * 0x400 / dstHeight - 1;
701 } else { /* srcHeight > dstHeight - Zoom out */
704 tmp = srcHeight * 0x2000 / ((dstHeight << 1) + 1);
713 * //tmp = dstHeight*0x0800 / srcHeight; */
714 tmp = dstHeight * 0x0800 * 0x400 / srcHeight;
723 if (sh1 <= dstHeight)
739 if (sh1 < dstHeight) {
740 tmp = sh1 * 0x0400 / dstHeight;
1802 unsigned long srcWidth, srcHeight, dstWidth, dstHeight;
1842 pVia->swov.overlayRecordV1.dwHeight = dstHeight =
2057 if (!viaOverlayHQVCalcZoomHeight(pVia, srcHeight, dstHeight, &zoomCtl,
2099 if (srcHeight == dstHeight)