Lines Matching defs:pdefs
125 static void x68kStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs);
450 * (xColorItem *)pdefs : items
454 x68kStoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs)
464 ndef = fbExpandDirectColors(pmap, ndef, pdefs, expanddefs);
465 pdefs = expanddefs;
468 i = pdefs->pixel;
469 rmap[i] = pdefs->red >> 11;
470 gmap[i] = pdefs->green >> 11;
471 bmap[i] = pdefs->blue >> 11;
473 pdefs++;