HomeSort by: relevance | last modified time | path
    Searched defs:stbi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 0 /* stbi-1.29 - public domain JPEG/PNG reader - http://nothings.org/stb_image.c
73 #include <dev/stbi/stbiconfig.h>
832 } stbi; typedef in typeref:struct:__anon26c9e3660408
835 static void start_file(stbi *s, FILE *f)
845 static void start_mem(stbi *s, uint8 const *buffer, int len)
856 static void refill_buffer(stbi *s)
872 __forceinline static int get8(stbi *s)
885 __forceinline static int at_eof(stbi *s)
898 __forceinline static uint8 get8u(stbi *s)
903 static void skip(stbi *s, int n
    [all...]
stb_image.c 0 /* stbi-1.29 - public domain JPEG/PNG reader - http://nothings.org/stb_image.c
73 #include <dev/stbi/stbiconfig.h>
832 } stbi; typedef in typeref:struct:__anon26c9e3660408
835 static void start_file(stbi *s, FILE *f)
845 static void start_mem(stbi *s, uint8 const *buffer, int len)
856 static void refill_buffer(stbi *s)
872 __forceinline static int get8(stbi *s)
885 __forceinline static int at_eof(stbi *s)
898 __forceinline static uint8 get8u(stbi *s)
903 static void skip(stbi *s, int n
    [all...]

Completed in 98 milliseconds