Lines Matching defs:g
1577 static stbi_uc stbi__compute_y(int r, int g, int b) in stbi__compute_y()
1626 static stbi__uint16 stbi__compute_y_16(int r, int g, int b) in stbi__compute_y_16()
3440 int r,g,b; in stbi__YCbCr_to_RGB_row() local
3574 int r,g,b; in stbi__YCbCr_to_RGB_simd() local
3770 stbi_uc g = stbi__blinn_8x8(coutput[1][i], m); in load_jpeg_image() local
5514 int g = (px >> 5) & fiveBitMask; in stbi__tga_read_rgb16() local
6248 static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, int is_info) in stbi__gif_header()
6278 stbi__gif* g = (stbi__gif*) stbi__malloc(sizeof(stbi__gif)); in stbi__gif_info_raw() local
6290 static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) in stbi__out_gif_code()
6327 static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) in stbi__process_gif_raster()
6414 static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, int req_comp, stbi_u… in stbi__gif_load_next()
6595 stbi__gif g; in stbi__load_gif_main() local
6653 stbi__gif g; in stbi__gif_load() local