OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curs
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse.c
43
Cursor
curs
;
member in struct:WMcursor
75
SDL_memcpy(&cursor->
curs
.data[row], data, bytes);
79
SDL_memcpy(&cursor->
curs
.mask[row], mask, bytes);
82
cursor->
curs
.hotSpot.h = hot_x;
83
cursor->
curs
.hotSpot.v = hot_y;
99
SetCursor(&cursor->
curs
);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c
45
HCURSOR
curs
;
member in struct:WMcursor
93
if ( cursor->
curs
== GetCursor() )
95
if ( cursor->
curs
!= NULL )
96
DestroyCursor(cursor->
curs
);
114
cursor->
curs
= LoadCursor(NULL, IDC_ARROW);
139
cursor->
curs
= NULL;
174
cursor->
curs
= CreateCursor(
178
if ( cursor->
curs
== NULL ) {
197
SDL_hcursor = cursor->
curs
;
/external/qemu-pc-bios/vgabios/
vgabios.c
1054
{Bit16u cheight,
curs
,crtc_addr;
local
1060
curs
=(CH<<8)+CL;
1061
write_word(BIOSMEM_SEG,BIOSMEM_CURSOR_TYPE,
curs
);
1152
// Get pos
curs
pos for the right page
[
all
...]
/external/freetype/src/truetype/
ttinterp.c
6685
FT_Vector*
curs
; \/* arrays *\/
member in struct:IUP_WorkerRec_
[
all
...]
/external/mksh/src/
edit.c
1915
size_t
curs
= xcp - xbuf;
local
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
4422
int
curs
= getSelectionEnd();
local
6322
int
curs
= mDeferScroll;
local
7115
int
curs
= getSelectionStart();
local
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 489 milliseconds