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

  /bootable/recovery/minui/
resources.c 38 static gr_surface malloc_surface(size_t data_size) { function
143 surface = malloc_surface(width * height * 4);
326 surface = malloc_surface(width * height);
381 surface = malloc_surface(0);
409 surface = malloc_surface(w*h);

Completed in 119 milliseconds