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