Searched refs:DstM (Results 1 – 1 of 1) sorted by relevance
401 SCANLINE *SrcS, *SrcM, *DstS, *DstM; in RealizeCursorInterleave0() local415 DstM = (SCANLINE *) mem; in RealizeCursorInterleave0()417 DstM += words; in RealizeCursorInterleave0()418 memset(DstM, -1, words * sizeof(SCANLINE)); in RealizeCursorInterleave0()434 DstM = DstS + words; in RealizeCursorInterleave0()440 DstS = DstM; in RealizeCursorInterleave0()441 DstM = tmp; in RealizeCursorInterleave0()445 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0()456 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0()470 unsigned char *pntr2 = (unsigned char *) DstM; in RealizeCursorInterleave0()[all …]