Searched refs:SetGasColorTable (Results 1 – 6 of 6) sorted by relevance
79 void SetGasColorTable(struct gas_data *gas,float *gasColorTable);
133 SetGasColorTable(gas,gasColorTable); in DefaultGasObject()198 void SetGasColorTable(struct gas_data *gas, float *gasColorTable) in SetGasColorTable() function
373 SetGasColorTable(&gas,gasColorTable[gas_pattern]); in DrawFrame()
96 void SetGasColorTable(struct gas_data *gas,float *gasColorTable);
148 SetGasColorTable(gas,gasColorTable); in DefaultGasObject()212 void SetGasColorTable(struct gas_data *gas, float *gasColorTable) in SetGasColorTable() function
424 SetGasColorTable(&gas,gasColorTable[pattern % NUM_COLOR_SAMPLE]); in DrawFrame()