OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc_surface
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/minui/
resources.cpp
37
static GRSurface*
malloc_surface
(size_t data_size) {
function
142
GRSurface* surface =
malloc_surface
(width * height * 4);
344
surface =
malloc_surface
(width * height);
400
surface =
malloc_surface
(0);
427
surface =
malloc_surface
(w*h);
Completed in 462 milliseconds