OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_locked
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c
177
int
dst_locked
;
local
227
dst_locked
= 0;
233
dst_locked
= 1;
239
if (
dst_locked
) {
326
if (
dst_locked
) {
SDL_blit.c
48
int
dst_locked
;
local
54
dst_locked
= 0;
59
dst_locked
= 1;
101
if (
dst_locked
) {
Completed in 46 milliseconds