| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| protocol-common.c | 48 SpritePtr sprite; local 49 sprite = dev->spriteInfo->sprite; 51 sprite->spriteTraceSize = 10; 52 sprite->spriteTrace = calloc(sprite->spriteTraceSize, sizeof(WindowPtr)); 53 sprite->spriteTraceGood = 1; 54 sprite->spriteTrace[0] = &root; 55 sprite->hot.x = SPRITE_X; 56 sprite->hot.y = SPRITE_Y [all...] |
| protocol-xiquerypointer.c | 78 SpritePtr sprite; local 102 sprite = test_data.dev->spriteInfo->sprite; 103 g_assert((rep->root_x >> 16) == sprite->hot.x); 104 g_assert((rep->root_y >> 16) == sprite->hot.y); 115 x = sprite->hot.x - window.drawable.x; 116 y = sprite->hot.y - window.drawable.y;
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| protocol-xiquerypointer.c | 61 SpritePtr sprite; local 83 sprite = test_data.dev->spriteInfo->sprite; 84 assert((rep->root_x >> 16) == sprite->hot.x); 85 assert((rep->root_y >> 16) == sprite->hot.y); 95 x = sprite->hot.x - window.drawable.x; 96 y = sprite->hot.y - window.drawable.y;
|
| protocol-common.c | 59 SpritePtr sprite; local 61 sprite = dev->spriteInfo->sprite; 63 sprite->spriteTraceSize = 10; 64 sprite->spriteTrace = calloc(sprite->spriteTraceSize, sizeof(WindowPtr)); 65 sprite->spriteTraceGood = 1; 66 sprite->spriteTrace[0] = &root; 67 sprite->hot.x = SPRITE_X; 68 sprite->hot.y = SPRITE_Y [all...] |
| /xsrc/external/mit/xorg-server/dist/test/ |
| touch.c | 221 SpriteInfoRec sprite; local 230 memset(&sprite, 0, sizeof(sprite)); 231 dev.spriteInfo = &sprite; 262 SpriteInfoRec sprite; local 270 memset(&sprite, 0, sizeof(sprite)); 271 dev.spriteInfo = &sprite;
|
| input.c | 1785 static SpriteRec sprite; local 1789 memset(&sprite, 0, sizeof(sprite)); 1791 spriteInfo.sprite = &sprite; 1867 SpriteRec sprite; local 1875 memset(&sprite, 0, sizeof(sprite)); 1877 spriteInfo.sprite = &sprite; [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| gestures.c | 49 gi->sprite.spriteTrace = calloc(32, sizeof(*gi->sprite.spriteTrace)); 50 if (!gi->sprite.spriteTrace) { 53 gi->sprite.spriteTraceSize = 32; 54 gi->sprite.spriteTrace[0] = screenInfo.screens[0]->root; 55 gi->sprite.hot.pScreen = screenInfo.screens[0]; 56 gi->sprite.hotPhys.pScreen = screenInfo.screens[0]; 121 gi->sprite.spriteTraceGood = 0; 125 * Ensure a window trace is present in gi->sprite, constructing one for 131 SpritePtr sprite = &gi->sprite local 251 SpritePtr sprite = &gi->sprite; local [all...] |
| enterleave.c | 592 * @param fromWin Window the sprite moved out of. 593 * @param toWin Window the sprite moved into. 795 xi2event->root_x = double_to_fp1616(mouse->spriteInfo->sprite->hot.x); 796 xi2event->root_y = double_to_fp1616(mouse->spriteInfo->sprite->hot.y); 814 FixUpEventFromWindow(dev->spriteInfo->sprite, (xEvent *) xi2event, pWin, 1426 SpritePtr sprite = dev->spriteInfo->sprite; local 1443 sprite->win); 1444 DeviceFocusOutEvents(dev, sprite->win, 1454 if (IsParent(from, sprite->win)) [all...] |
| touch.c | 63 * contains amongst other things the sprite trace and delivery information. 219 ti->sprite.spriteTrace = calloc(32, sizeof(*ti->sprite.spriteTrace)); 220 if (!ti->sprite.spriteTrace) { 224 ti->sprite.spriteTraceSize = 32; 225 ti->sprite.spriteTrace[0] = screenInfo.screens[0]->root; 226 ti->sprite.hot.pScreen = screenInfo.screens[0]; 227 ti->sprite.hotPhys.pScreen = screenInfo.screens[0]; 251 free(ti->sprite.spriteTrace); 252 ti->sprite.spriteTrace = NULL 508 SpritePtr sprite = &ti->sprite; local 847 SpritePtr sprite = &ti->sprite; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_point.c | 32 * Notes on wide points and sprite mode: 34 * In wide point/sprite mode we effectively need to convert each incoming 48 * vertically from 0 to 1 down the sprite. 94 * Set the vertex texcoords for sprite mode. 119 /* If there are lots of sprite points (and why wouldn't there be?) it 129 const boolean sprite = (boolean) stage->draw->rasterizer->point_quad_rasterization; local 172 if (sprite) { 257 * sprite coord (see above).
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_point.c | 32 * Notes on wide points and sprite mode: 34 * In wide point/sprite mode we effectively need to convert each incoming 48 * vertically from 0 to 1 down the sprite. 94 * Set the vertex texcoords for sprite mode. 119 /* If there are lots of sprite points (and why wouldn't there be?) it 129 const boolean sprite = (boolean) stage->draw->rasterizer->point_quad_rasterization; local 172 if (sprite) { 257 * sprite coord (see above).
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| enterleave.c | 608 * @param fromWin Window the sprite moved out of. 609 * @param toWin Window the sprite moved into. 1264 SpritePtr sprite = dev->spriteInfo->sprite; local 1282 DeviceFocusOutEvents(dev, sprite->win, GetCurrentRootWindow(dev), mode, 1290 if (IsParent(from, sprite->win)) 1291 DeviceFocusOutEvents(dev, sprite->win, from, mode, 1302 DeviceFocusInEvents(dev, GetCurrentRootWindow(dev), sprite->win, mode, NotifyPointer); 1309 DeviceFocusOutEvents(dev, sprite->win, GetCurrentRootWindow(dev), mode, 1316 if (IsParent(to, sprite->win) [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| spriteblast.c | 61 static int animate = 1, motion = 0, org = 0, sprite = 1, smooth = 1; variable 279 if (sprite) { 301 if (!sprite) 455 sprite ^= 1; 620 glutCreateWindow("sprite blast");
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| exevents.c | 1077 Window child = DeepestSpriteWin(&ti->sprite)->drawable.id; 1093 FixUpEventFromWindow(&ti->sprite, xi2, win, child, FALSE); 1167 * TouchOwnership/TouchBegin to the next item in the sprite stack. 1491 WindowPtr sprite_win = DeepestSpriteWin(dev->spriteInfo->sprite); 1517 WindowPtr sprite_win = DeepestSpriteWin(dev->spriteInfo->sprite); 1692 (type != ET_TouchEnd && ti->sprite.spriteTraceGood == 0)) 1890 SpritePtr pSprite = device->spriteInfo->sprite; 2233 Window child = DeepestSpriteWin(&gi->sprite)->drawable.id; 2241 FixUpEventFromWindow(&gi->sprite, xi2, win, child, FALSE); 2891 SpritePtr sprite = &t->touches[i].sprite local [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| inputstr.h | 215 * Sprite information for a device. 322 SpriteRec sprite; /* window trace for delivery */ member in struct:_TouchPointInfo 370 SpriteRec sprite; /* window trace for delivery */ member in struct:_GestureInfo 536 /* sprite must always point to a valid sprite. For devices sharing the 537 * sprite, let sprite point to a paired spriteOwner's sprite. */ 538 SpritePtr sprite; /* sprite information * member in struct:_SpriteInfoRec [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| inputstr.h | 207 * Sprite information for a device. 475 /* sprite must always point to a valid sprite. For devices sharing the 476 * sprite, let sprite point to a paired spriteOwner's sprite. */ 477 SpritePtr sprite; /* sprite information */ member in struct:_SpriteInfoRec 478 Bool spriteOwner; /* True if device owns the sprite */ 481 pointer that owns the sprite. */ [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_display.c | 146 } primary, sprite; member in struct:sna_crtc 287 return to_sna_crtc(crtc)->sprite.id; 962 DBG(("%s: CRTC:%d [pipe=%d], sprite=%u set-rotation=%x\n", 964 to_sna_crtc(crtc)->id, to_sna_crtc(crtc)->pipe, to_sna_crtc(crtc)->sprite.id, 968 &to_sna_crtc(crtc)->sprite, 969 rotation_reduce(&to_sna_crtc(crtc)->sprite, rotation)); 2675 if (crtc->sprite.id == 0) 2676 crtc->sprite = details; 2691 crtc->sprite.rotation = crtc->primary.rotation; 2746 DBG(("%s: CRTC:%d [pipe=%d], primary id=%x: supported-rotations=%x, current-rotation=%x, sprite id=%x: supported-rotations=%x, current-rotation=%x\n" [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_display.c | 460 struct plane *sprite; local 464 list_for_each_entry(sprite, &to_sna_crtc(crtc)->sprites, link) 472 struct plane *sprite; local 474 list_for_each_entry(sprite, &crtc->sprites, link) 476 return sprite; 483 struct plane *sprite; local 487 sprite = lookup_sprite(to_sna_crtc(crtc), idx); 488 return sprite ? sprite->id : 0; 1404 struct plane *sprite; local 3226 struct plane *sprite, *sn; local 3471 struct plane *sprite = malloc(sizeof(*sprite)); local [all...] |