HomeSort by relevance Sort by last modified time
    Searched refs:curs (Results 1 - 10 of 10) 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/clang/bindings/python/tests/cindex/
test_cursor.py 139 curs = get_cursors(tu, 'f')
141 assert(len(curs) == 2)
142 assert(curs[0].semantic_parent == curs[1].semantic_parent)
143 assert(curs[0].semantic_parent == decl)
147 curs = get_cursors(tu, 'f')
149 assert(len(curs) == 2)
150 assert(curs[0].lexical_parent != curs[1].lexical_parent)
151 assert(curs[0].lexical_parent == decl
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 6685 FT_Vector* curs; \/* arrays *\/ member in struct:IUP_WorkerRec_
    [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...]
  /external/mksh/src/
edit.c 1915 size_t curs = xcp - xbuf; local
    [all...]
  /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/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 489 milliseconds