OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCKSIZE_W
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c
425
#define
BLOCKSIZE_W
32
443
for (w = width; w > 0; w -=
BLOCKSIZE_W
) {
449
min(w,
BLOCKSIZE_W
),
451
src += srcRightDelta *
BLOCKSIZE_W
;
452
dst +=
BLOCKSIZE_W
;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c
[
all
...]
Completed in 280 milliseconds