Searched refs:STBIW_UCHAR (Results 1 – 2 of 2) sorted by relevance
247 #define STBIW_UCHAR(x) (unsigned char) ((x) & 0xff) macro351 case '1': { unsigned char x = STBIW_UCHAR(va_arg(v, int)); in stbiw__writefv()356 b[0] = STBIW_UCHAR(x); in stbiw__writefv()357 b[1] = STBIW_UCHAR(x>>8); in stbiw__writefv()362 b[0]=STBIW_UCHAR(x); in stbiw__writefv()363 b[1]=STBIW_UCHAR(x>>8); in stbiw__writefv()364 b[2]=STBIW_UCHAR(x>>16); in stbiw__writefv()365 b[3]=STBIW_UCHAR(x>>24); in stbiw__writefv()559 unsigned char header = STBIW_UCHAR(len - 1); in stbi_write_tga_core()565 unsigned char header = STBIW_UCHAR(len - 129); in stbi_write_tga_core()[all …]