Home
last modified time | relevance | path

Searched refs:flag_true_if_should_flip (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h516 STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip);
523 STBIDEF void stbi_set_flip_vertically_on_load_thread(int flag_true_if_should_flip);
1114 STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) in stbi_set_flip_vertically_on_load() argument
1116 stbi__vertically_flip_on_load_global = flag_true_if_should_flip; in stbi_set_flip_vertically_on_load()
1124 STBIDEF void stbi_set_flip_vertically_on_load_thread(int flag_true_if_should_flip) in stbi_set_flip_vertically_on_load_thread() argument
1126 stbi__vertically_flip_on_load_local = flag_true_if_should_flip; in stbi_set_flip_vertically_on_load_thread()

Completed in 11 milliseconds