OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRSurface
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/minui/
minui.h
34
}
GRSurface
;
36
typedef
GRSurface
* gr_surface;
graphics_fbdev.c
40
static
GRSurface
gr_framebuffer[2];
42
static
GRSurface
* gr_draw = NULL;
146
memcpy(gr_framebuffer+1, gr_framebuffer, sizeof(
GRSurface
));
159
gr_draw = (
GRSurface
*) malloc(sizeof(
GRSurface
));
160
memcpy(gr_draw, gr_framebuffer, sizeof(
GRSurface
));
graphics.c
38
GRSurface
* texture;
57
static
GRSurface
* gr_draw = NULL;
140
void gr_texticon(int x, int y,
GRSurface
* icon) {
230
void gr_blit(
GRSurface
* source, int sx, int sy, int w, int h, int dx, int dy) {
254
unsigned int gr_get_width(
GRSurface
* surface) {
261
unsigned int gr_get_height(
GRSurface
* surface) {
307
GRSurface
** images;
resources.c
39
unsigned char* temp = malloc(sizeof(
GRSurface
) + data_size + SURFACE_DATA_ALIGNMENT);
42
surface->data = temp + sizeof(
GRSurface
) +
43
(SURFACE_DATA_ALIGNMENT - (sizeof(
GRSurface
) % SURFACE_DATA_ALIGNMENT));
graphics_adf.c
32
GRSurface
base;
Completed in 320 milliseconds