Home
last modified time | relevance | path

Searched refs:pixelSize (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minui/
Dresources.c111 size_t pixelSize = stride * height; in res_create_surface() local
113 surface = malloc(sizeof(GGLSurface) + pixelSize); in res_create_surface()