Searched defs:pPel (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c397 MVPel *pPel = mvFindPel(xi+pWI->x1-request_x, yi+pWI->y1-request_y); local
399 if (!pPel->colmap) { /* pPel->colmap serves as a 'Label' */
406 * The 'Label', instead of pPel->colmap could be a scratch bit ?
422 pPel->colmap = pWI->colmap;
424 pPel->pixel = XGetPixel(xim, xi, yi);
600 MVPel *pPel = mvFindPel(x, y); local
601 MVColmap *pCmap = pPel->colmap;
607 unsigned long pix = pPel->pixel;
616 return &(pCmap->Colors[pPel
[all...]

Completed in 19 milliseconds