Searched refs:dstPntr (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaCpyArea.c235 unsigned char* dstPntr; /* index into the image */ local in function:XAADoImageRead
246 dstPntr = pdstBase + (pbox->y1 * dstwidth) + (pbox->x1 * Bpp);
249 pbox->x2 - pbox->x1, pbox->y2 - pbox->y1, dstPntr, dstwidth,

Completed in 2 milliseconds