OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curs
(Results
1 - 10
of
10
) sorted by null
/external/qemu/distrib/sdl-1.2.12/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.12/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 ) {
198
SDL_hcursor = cursor->
curs
;
/external/clearsilver/python/examples/base/
odb.py
[
all
...]
/external/webkit/WebCore/platform/image-decoders/
ImageDecoder.cpp
92
//
CURs
begin with 2-byte 0 followed by 2-byte 2.
/frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c
115
T_DRM_Session_Node *
curS
, *preS;
121
curS
= sessionTable;
122
sessionTable =
curS
->next;
123
freeSession(
curS
);
129
curS
= preS->next;
135
preS->next =
curS
->next;
136
freeSession(
curS
);
[
all
...]
/external/icu4c/layout/
LETypes.h
412
LE_CURS_FEATURE_TAG = 0x63757273UL, /**< '
curs
' */
/external/freetype/src/truetype/
ttinterp.c
6295
FT_Vector*
curs
; \/* arrays *\/
member in struct:IUP_WorkerRec_
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
3664
int
curs
= Selection.getSelectionEnd(mText);
local
4735
int
curs
= Selection.getSelectionStart(mText);
local
[
all
...]
/external/quake/quake/src/QW/scitech/include/
mgraph.h
[
all
...]
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H
[
all
...]
Completed in 499 milliseconds