Lines Matching refs:DstPitch
405 int SrcPitch, DstPitch, Pitch, y, x;
427 /* DstPitch is the width of the hw cursor in scanlines */
428 DstPitch = infoPtr->MaxWidth >> CUR_LOG2_BITMAP_PAD;
429 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch;
447 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM +=
458 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM +=
501 y--; pSrc += DstPitch, pMsk += DstPitch) {