Searched refs:STBIW_UCHAR (Results 1 – 2 of 2) sorted by relevance
248 #define STBIW_UCHAR(x) (unsigned char) ((x) & 0xff) macro354 case '1': { unsigned char x = STBIW_UCHAR(va_arg(v, int)); in stbiw__writefv()359 b[0] = STBIW_UCHAR(x); in stbiw__writefv()360 b[1] = STBIW_UCHAR(x>>8); in stbiw__writefv()365 b[0]=STBIW_UCHAR(x); in stbiw__writefv()366 b[1]=STBIW_UCHAR(x>>8); in stbiw__writefv()367 b[2]=STBIW_UCHAR(x>>16); in stbiw__writefv()368 b[3]=STBIW_UCHAR(x>>24); in stbiw__writefv()594 unsigned char header = STBIW_UCHAR(len - 1); in stbi_write_tga_core()600 unsigned char header = STBIW_UCHAR(len - 129); in stbi_write_tga_core()[all …]