Searched refs:stbi__vertical_flip (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1220 static void stbi__vertical_flip(void *image, int w, int h, int bytes_per_pixel) in stbi__vertical_flip() function 1252 stbi__vertical_flip(bytes, w, h, bytes_per_pixel); in stbi__vertical_flip_slices() 1278 stbi__vertical_flip(result, *x, *y, channels * sizeof(stbi_uc)); in stbi__load_and_postprocess_8bit() 1305 stbi__vertical_flip(result, *x, *y, channels * sizeof(stbi__uint16)); in stbi__load_and_postprocess_16bit() 1316 stbi__vertical_flip(result, *x, *y, channels * sizeof(float)); in stbi__float_postprocess()
|
Completed in 12 milliseconds