Home
last modified time | relevance | path

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

/third_party/glfw/deps/
H A Dstb_image_write.h69 int stbi_write_png_compression_level; // defaults to 8; set to higher for more compression
100 variable 'stbi_write_png_compression_level' (it defaults to 8).
171 STBIWDEF int stbi_write_png_compression_level; variable
251 static int stbi_write_png_compression_level = 8; variable
255 int stbi_write_png_compression_level = 8; variable
1176 zlib = stbi_zlib_compress(filt, y*( x*n+1), &zlen, stbi_write_png_compression_level);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h69 int stbi_write_png_compression_level; // defaults to 8; set to higher for more compression
100 variable 'stbi_write_png_compression_level' (it defaults to 8).
171 STBIWDEF int stbi_write_png_compression_level; variable
251 static int stbi_write_png_compression_level = 8; variable
255 int stbi_write_png_compression_level = 8; variable
1176 zlib = stbi_zlib_compress(filt, y*( x*n+1), &zlen, stbi_write_png_compression_level);

Completed in 5 milliseconds