Lines Matching refs:pNewport
38 NewportPtr pNewport = NEWPORTPTR(pScrn);
40 NewportWait(pNewport->pNewportRegs);
42 NewportCmapGetRGB(pNewport->pNewportRegs, i, &(pNewport->txt_colormap[i]));
64 NewportPtr pNewport = NEWPORTPTR(pScrn);
68 pNewport->txt_colormap[color_table[i]].red = default_red[i];
69 pNewport->txt_colormap[color_table[i]].green = default_grn[i];
70 pNewport->txt_colormap[color_table[i]].blue = default_blu[i];
74 NewportCmapSetRGB(pNewport->pNewportRegs, i,
75 pNewport->txt_colormap[i]);