OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winhandle
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c
103
static void refresh_window(_THIS, int
winhandle
, short *rect);
1144
void GEM_wind_redraw(_THIS, int
winhandle
, short *inside)
1154
if (wind_get(
winhandle
, WF_FIRSTXYWH, &todo[0], &todo[1], &todo[2], &todo[3])!=0) {
1161
refresh_window(this,
winhandle
, todo);
1164
if (wind_get(
winhandle
, WF_NEXTXYWH, &todo[0], &todo[1], &todo[2], &todo[3])==0) {
1177
static void refresh_window(_THIS, int
winhandle
, short *rect)
1187
if (wind_get(
winhandle
, WF_ICONIFY, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])!=0) {
1192
if (wind_get(
winhandle
, WF_WORKXYWH, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])==0) {
SDL_gemvideo.h
39
void GEM_wind_redraw(_THIS, int
winhandle
, short *inside);
/external/qemu/android/skin/
window.c
1168
void*
winhandle
;
local
[
all
...]
Completed in 314 milliseconds