OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aa_buffer
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c
250
if (
AA_buffer
) {
251
SDL_free(
AA_buffer
);
254
AA_buffer
= SDL_malloc(width * height);
255
if ( !
AA_buffer
) {
263
SDL_memset(
AA_buffer
, 0, width * height);
275
current->pixels =
AA_buffer
;
333
fastscale (
AA_buffer
, aa_image(AA_context), AA_w, aa_imgwidth (AA_context), AA_h, aa_imgheight (AA_context));
SDL_aavideo.h
56
#define
AA_buffer
(this->hidden->buffer)
Completed in 201 milliseconds