Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1664 static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) in stbi__getn() function
5193 if (!stbi__getn(s, z->idata+ioff,c.length)) return stbi__err("outofdata","Corrupt PNG"); in stbi__parse_png_file()
5936 stbi__getn(s, tga_row, tga_width * tga_comp);
5962 } else if (!stbi__getn(s, tga_palette, tga_palette_len * tga_comp)) {
7227 stbi__getn(s, rgbe, 4);
7532 if (!stbi__getn(s, out, s->img_n * s->img_x * s->img_y * (ri->bits_per_channel / 8))) {

Completed in 12 milliseconds