HomeSort by relevance Sort by last modified time
    Searched refs:stbi_load_from_memory (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/jni/gdx2d/
gdx2d.c 226 const unsigned char* pixels = stbi_load_from_memory(buffer, len, &width, &height, &format, 0);
stb_image.h 443 STBIDEF stbi_uc *stbi_load_from_memory (stbi_uc const *buffer, int len , int *x, int *y, int *comp, int req_comp);
1067 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) function
    [all...]

Completed in 161 milliseconds