Annotation of generator/hdr/uiplot.h, revision 1.1.1.1

1.1       root        1: extern uint32 uiplot_palcache[192];
                      2: 
                      3: void uiplot_setshifts(int redshift, int greenshift, int blueshift);
                      4: void uiplot_checkpalcache(int flag);
                      5: void uiplot_convertdata16(uint8 *indata, uint16 *outdata, unsigned int pixels);
                      6: void uiplot_convertdata32(uint8 *indata, uint32 *outdata, unsigned int pixels);
                      7: void uiplot_render16_x1(uint16 *linedata, uint16 *olddata, uint8 *screen,
                      8:                         unsigned int pixels);
                      9: void uiplot_render32_x1(uint32 *linedata, uint32 *olddata, uint8 *screen,
                     10:                         unsigned int pixels);
                     11: void uiplot_render16_x2(uint16 *linedata, uint16 *olddata, uint8 *screen,
                     12:                         unsigned int linewidth, unsigned int pixels);
                     13: void uiplot_render32_x2(uint32 *linedata, uint32 *olddata, uint8 *screen,
                     14:                         unsigned int linewidth, unsigned int pixels);
                     15: void uiplot_render16_x2h(uint16 *linedata, uint16 *olddata, uint8 *screen,
                     16:                          unsigned int pixels);
                     17: void uiplot_render32_x2h(uint32 *linedata, uint32 *olddata, uint8 *screen,
                     18:                          unsigned int pixels);
                     19: void uiplot_irender16_weavefilter(uint16 *evendata, uint16 *odddata,
                     20:                                   uint8 *screen, unsigned int pixels);
                     21: void uiplot_irender32_weavefilter(uint32 *evendata, uint32 *odddata,
                     22:                                   uint8 *screen, unsigned int pixels);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.