Home
last modified time | relevance | path

Searched refs:DstPitch (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c405 int SrcPitch, DstPitch, Pitch, y, x; in RealizeCursorInterleave0() local
428 DstPitch = infoPtr->MaxWidth >> CUR_LOG2_BITMAP_PAD; in RealizeCursorInterleave0()
429 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch; in RealizeCursorInterleave0()
447 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += in RealizeCursorInterleave0()
458 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += in RealizeCursorInterleave0()
501 y--; pSrc += DstPitch, pMsk += DstPitch) { in RealizeCursorInterleave0()