Home
last modified time | relevance | path

Searched refs:ColorTable (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/tools/ppmconv/
Dppmconv8.c56 ColorTable; typedef
169 static void ColorTableInit(ColorTable * t) in ColorTableInit()
190 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend()
222 static u16 ColorTableGetColor(ColorTable * t, int index) in ColorTableGetColor()
246 ColorTable color_table; in main()
Dppmconvbg.c72 ColorTable; typedef
98 ColorTable * cp);
103 static void OutputCLUT(FILE * fp, char *label, ColorTable * cp);
212 static void ColorTableInit(ColorTable * t, int max_colors) in ColorTableInit()
235 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend()
267 static u16 ColorTableGetColor(ColorTable * t, int index) in ColorTableGetColor()
283 ColorTable * cp) in Rgb2Index()
362 static void OutputCLUT(FILE * fp, char *label, ColorTable * cp) in OutputCLUT()
500 ColorTable clut = { 0 }; in Convert()
/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c528 const GXRgb ColorTable[8] = variable
625 if ( c >= sizeof(ColorTable)/sizeof(ColorTable[0]) ) in DrawBarWithColor()
629 color = ColorTable[c]; in DrawBarWithColor()