Home
last modified time | relevance | path

Searched refs:tga_w (Results 101 – 102 of 102) sorted by relevance

12345

/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/dgl/src/nanovg/
H A Dstb_image.h5502 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp;
5532 tga_w = stbi__get16le(s);
5533 if( tga_w < 1 ) {
5559 if (x) *x = tga_w;
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image.h5576 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
5606 tga_w = stbi__get16le(s); in stbi__tga_info()
5607 if( tga_w < 1 ) { in stbi__tga_info()
5633 if (x) *x = tga_w; in stbi__tga_info()

12345