Searched refs:curs (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
D | SDL_macmouse.c | 43 Cursor curs; member 75 SDL_memcpy(&cursor->curs.data[row], data, bytes); in Mac_CreateWMCursor() 79 SDL_memcpy(&cursor->curs.mask[row], mask, bytes); in Mac_CreateWMCursor() 82 cursor->curs.hotSpot.h = hot_x; in Mac_CreateWMCursor() 83 cursor->curs.hotSpot.v = hot_y; in Mac_CreateWMCursor() 99 SetCursor(&cursor->curs); in Mac_ShowWMCursor()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_sysmouse.c | 45 HCURSOR curs; member 93 if ( cursor->curs == GetCursor() ) in WIN_FreeWMCursor() 95 if ( cursor->curs != NULL ) in WIN_FreeWMCursor() 96 DestroyCursor(cursor->curs); in WIN_FreeWMCursor() 114 cursor->curs = LoadCursor(NULL, IDC_ARROW); in WIN_CreateWMCursor() 139 cursor->curs = NULL; in WIN_CreateWMCursor() 174 cursor->curs = CreateCursor( in WIN_CreateWMCursor() 178 if ( cursor->curs == NULL ) { in WIN_CreateWMCursor() 198 SDL_hcursor = cursor->curs; in WIN_ShowWMCursor()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 6650 FT_Vector* curs; /* arrays */ member 6667 dx = worker->curs[p].x - worker->orgs[p].x; in _iup_worker_shift() 6671 worker->curs[i].x += dx; in _iup_worker_shift() 6674 worker->curs[i].x += dx; in _iup_worker_shift() 6717 delta1 = worker->curs[ref1].x - org1; in _iup_worker_interpolate() 6718 delta2 = worker->curs[ref2].x - org2; in _iup_worker_interpolate() 6733 worker->curs[i].x = x; in _iup_worker_interpolate() 6766 worker->curs[i].x = x; in _iup_worker_interpolate() 6804 V.curs = CUR.pts.cur; in Ins_IUP() 6811 V.curs = (FT_Vector*)( (FT_Pos*)CUR.pts.cur + 1 ); in Ins_IUP()
|
/external/qemu-pc-bios/vgabios/ |
D | vgabios.c | 1054 {Bit16u cheight,curs,crtc_addr; local 1060 curs=(CH<<8)+CL; 1061 write_word(BIOSMEM_SEG,BIOSMEM_CURSOR_TYPE,curs);
|
/external/mksh/src/ |
D | edit.c | 1888 size_t curs = xcp - xbuf; in x_search_dir() local 1891 if (strncmp(xbuf, *hp, curs) == 0) { in x_search_dir() 1893 x_goto(xbuf + curs); in x_search_dir()
|
/external/quake/quake/src/QW/scitech/include/ |
D | mgraph.h | 1502 void MGLAPI MS_setCursor(cursor_t *curs);
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
D | MGRAPH.H | 1502 void MGLAPI MS_setCursor(cursor_t *curs);
|