HomeSort by relevance Sort by last modified time
    Searched full:ucvector (Results 1 - 1 of 1) sorted by null

  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 118 About uivector, ucvector and string:
199 typedef struct ucvector struct
204 } ucvector; typedef in typeref:struct:ucvector
207 static unsigned ucvector_resize(ucvector* p, size_t size)
229 ((ucvector*)p)->size = ((ucvector*)p)->allocsize = 0;
230 lodepng_free(((ucvector*)p)->data);
231 ((ucvector*)p)->data = NULL;
234 static void ucvector_init(ucvector* p)
242 static unsigned ucvector_resizev(ucvector* p, size_t size, unsigned char value
    [all...]

Completed in 54 milliseconds