Searched refs:OutputByte (Results 1 – 1 of 1) sorted by relevance
100 static void OutputByte(FILE * fp, int val);326 static void OutputByte(FILE * fp, int val) in OutputByte() function429 OutputByte(fp, pixel[n]); in OutputIndex()433 OutputByte(fp, (pixel[n] << 4) | (pixel[n - 1] & 15)); in OutputIndex()