Searched defs:curs (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse.c43 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/
H A DSDL_sysmouse.c45 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/
H A Dvgabios.c1054 {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
3062 // Read curs info for the page
3083 // Set back curs pos
/external/freetype/src/truetype/
H A Dttinterp.c6685 FT_Vector* curs; /* arrays */ member in struct:IUP_WorkerRec_
6702 dx = worker->curs[p].x - worker->orgs[p].x;
6706 worker->curs[i].x += dx;
6709 worker->curs[i].x += dx;
6752 delta1 = worker->curs[ref1].x - org1;
6753 delta2 = worker->curs[ref2].x - org2;
6768 worker->curs[i].x = x;
6801 worker->curs[i].x = x;
6839 V.curs = CUR.pts.cur;
6846 V.curs
[all...]
/external/mksh/src/
H A Dedit.c1915 size_t curs = xcp - xbuf; local
1918 if (strncmp(xbuf, *hp, curs) == 0) {
1920 x_goto(xbuf + curs);

Completed in 901 milliseconds