Lines Matching refs:pdef
173 dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem * pdef) in dmxStoreColors() argument
185 color[i].pixel = pdef[i].pixel; in dmxStoreColors()
186 color[i].red = pdef[i].red; in dmxStoreColors()
187 color[i].blue = pdef[i].blue; in dmxStoreColors()
188 color[i].green = pdef[i].green; in dmxStoreColors()
189 color[i].flags = pdef[i].flags; in dmxStoreColors()
190 color[i].pad = pdef[i].pad; in dmxStoreColors()
199 c.pixel = pdef[i].pixel; in dmxStoreColors()
200 c.red = pdef[i].red; in dmxStoreColors()
201 c.blue = pdef[i].blue; in dmxStoreColors()
202 c.green = pdef[i].green; in dmxStoreColors()
203 c.flags = pdef[i].flags; in dmxStoreColors()
204 c.pad = pdef[i].pad; in dmxStoreColors()
213 pScreen->StoreColors(pColormap, ndef, pdef); in dmxStoreColors()