Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h509 STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpremultiply);
521 STBIDEF void stbi_set_unpremultiply_on_load_thread(int flag_true_if_should_unpremultiply);
4997 STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpremultiply) in stbi_set_unpremultiply_on_load() argument
4999 stbi__unpremultiply_on_load_global = flag_true_if_should_unpremultiply; in stbi_set_unpremultiply_on_load()
5014 STBIDEF void stbi_set_unpremultiply_on_load_thread(int flag_true_if_should_unpremultiply) in stbi_set_unpremultiply_on_load_thread() argument
5016 stbi__unpremultiply_on_load_local = flag_true_if_should_unpremultiply; in stbi_set_unpremultiply_on_load_thread()

Completed in 12 milliseconds