Searched defs:ucvector (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp118 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*
[all...]

Completed in 220 milliseconds