Searched refs:stbi__vertically_flip_on_load (Results 1 – 2 of 2) sorted by relevance
998 static int stbi__vertically_flip_on_load = 0; variable1002 stbi__vertically_flip_on_load = flag_true_if_should_flip; in stbi_set_flip_vertically_on_load()1136 if (stbi__vertically_flip_on_load) { in stbi__load_and_postprocess_8bit()1161 if (stbi__vertically_flip_on_load) { in stbi__load_and_postprocess_16bit()1172 if (stbi__vertically_flip_on_load && result != NULL) { in stbi__float_postprocess()1307 if (stbi__vertically_flip_on_load) { in stbi_load_gif_from_memory()