| /xsrc/external/mit/libX11/dist/src/ |
| ChActPGb.c | 36 Cursor curs, 44 req->cursor = curs;
|
| GrButton.c | 43 Cursor curs) 56 req->cursor = curs;
|
| GrPointer.c | 40 Cursor curs, 54 req->cursor = curs;
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| cg14_cursor.c | 58 pCG14->curs->curs_plane0[i] = *img; 62 pCG14->curs->curs_plane1[i] = *img; 72 pCG14->curs->curs_ctl = CG14_CURS_ENABLE; 80 pCG14->curs->curs_ctl = 0; 88 pCG14->curs->curs_x = x; 89 pCG14->curs->curs_y = y; 97 pCG14->curs->curs_color1 = RGB2BGR(bg); 98 pCG14->curs->curs_color2 = RGB2BGR(fg); 108 pCG14->curs->curs_ctl = 0;
|
| cg14.h | 67 #define CG14_CURS_DOUBLEBUFFER 0x2 /* use X-channel for curs */ 82 struct cg14curs *curs; member in struct:__anon9416
|
| cg14_driver.c | 565 pCg14->curs = xf86MapSbusMem (pCg14->psdp, CG14_CURSOR_VOFF, 4096); 586 if (! pCg14->fb || !pCg14->x32 || !pCg14->xlut || !pCg14->curs) { 590 (uint32_t)pCg14->curs); 802 xf86UnmapSbusMem(pCg14->psdp, pCg14->curs, 4096);
|
| /xsrc/external/mit/ctwm/dist/ |
| functions.c | 254 Cursor curs; local 265 if((curs = NeedToDefer(mroot)) != None 266 && DeferExecution(context, func, curs)) {
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| cursor.c | 493 CursorPtr curs; local 510 &curs, serverClient, (XID) 0) != Success) 513 if (!AddResource(FakeClientID(0), RT_CURSOR, (void *) curs)) 516 return curs;
|
| events.c | 5232 int grabtype, Cursor curs, Window confineToWin, CARD8 *status) 5269 if (curs == None) 5272 rc = dixLookupResourceByType((void **) &cursor, curs, RT_CURSOR, 5275 client->errorValue = curs;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| cursor.c | 492 CursorPtr curs; local 508 &curs, serverClient, (XID)0) != Success) 511 if (!AddResource(FakeClientID(0), RT_CURSOR, (pointer)curs)) 514 return curs;
|
| events.c | 4677 int grabtype, Cursor curs, Window confineToWin, CARD8 *status) 4718 if (curs == None) 4722 rc = dixLookupResourceByType((pointer *)&cursor, curs, RT_CURSOR, 4726 client->errorValue = curs;
|
| /xsrc/external/mit/xorg-server/dist/xfixes/ |
| cursor.c | 631 CursorPtr curs = RefCursor(rcl->pNew); local 634 *pCursorRef = curs; 636 ChangeResourceValue(id, RT_CURSOR, curs);
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttinterp.c | 6850 FT_Vector* curs; /* arrays */ member in struct:IUP_WorkerRec_ 6867 dx = SUB_LONG( worker->curs[p].x, worker->orgs[p].x ); 6871 worker->curs[i].x = ADD_LONG( worker->curs[i].x, dx ); 6874 worker->curs[i].x = ADD_LONG( worker->curs[i].x, dx ); 6917 cur1 = worker->curs[ref1].x; 6918 cur2 = worker->curs[ref2].x; 6940 worker->curs[i].x = x; 6974 worker->curs[i].x = x [all...] |