| /xsrc/external/mit/bitmap/dist/ |
| H A D | Graphics.c | 191 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) 192 DrawHotSpot(BW, BW->bitmap.hot.x, BW->bitmap.hot.y); 200 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) { 201 DrawHotSpot(BW, BW->bitmap.hot.x, BW->bitmap.hot.y); 202 BW->bitmap.hot.x = BW->bitmap.hot 984 XPoint hot; local in function:BWRotateRight 1066 XPoint hot; local in function:BWRotateLeft [all...] |
| H A D | Bitmap.c | 101 Offset(hot.x), XtRImmediate, (XtPointer) NotSet}, 103 Offset(hot.y), XtRImmediate, (XtPointer) NotSet}, 834 new->bitmap.hot.x = new->bitmap.hot.y = NotSet; 940 new->bitmap.hot.x = x_hot; 941 new->bitmap.hot.y = y_hot; 1108 BW->bitmap.hot.x = x_hot; 1109 BW->bitmap.hot.y = y_hot; 1178 XPoint hot; local in function:BWWriteFile 1196 if (QuerySet(BW->bitmap.hot [all...] |
| H A D | BitmapP.h | 92 XPoint hot; member in struct:__anon3c2117c80408 120 XPoint hot; member in struct:__anon3c2117c80608
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-common.c | 55 sprite->hot.x = SPRITE_X; 56 sprite->hot.y = SPRITE_Y; 57 sprite->hotPhys.x = sprite->hot.x; 58 sprite->hotPhys.y = sprite->hot.y;
|
| H A D | protocol-xiquerypointer.c | 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.old/dist/Xi/ |
| H A D | xiquerypointer.c | 128 rep.root_x = FP1616(pSprite->hot.x, 0); 129 rep.root_y = FP1616(pSprite->hot.y, 0); 167 if (pSprite->hot.pScreen == pWin->drawable.pScreen) 170 rep.win_x = FP1616(pSprite->hot.x - pWin->drawable.x, 0); 171 rep.win_y = FP1616(pSprite->hot.y - pWin->drawable.y, 0);
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiquerypointer.c | 133 .root_x = double_to_fp1616(pSprite->hot.x), 134 .root_y = double_to_fp1616(pSprite->hot.y), 169 if (pSprite->hot.pScreen == pWin->drawable.pScreen) { 171 rep.win_x = double_to_fp1616(pSprite->hot.x - pWin->drawable.x); 172 rep.win_y = double_to_fp1616(pSprite->hot.y - pWin->drawable.y);
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| H A D | wsfb_cursor.c | 110 pWsfb->cursor.hot.x = xoff; 112 pWsfb->cursor.hot.y = yoff; 166 pWsfb->cursor.hot.x = 0; 167 pWsfb->cursor.hot.y = 0;
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_cursor.c | 99 pIgs->cursor.hot.x = xoff; 101 pIgs->cursor.hot.y = yoff; 155 pIgs->cursor.hot.x = 0; 156 pIgs->cursor.hot.y = 0;
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_cursor.c | 110 pCrime->cursor.hot.x = xoff; 112 pCrime->cursor.hot.y = yoff; 166 pCrime->cursor.hot.x = 0; 167 pCrime->cursor.hot.y = 0;
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| H A D | mgx_cursor.c | 105 pMgx->cursor.hot.x = xoff; 107 pMgx->cursor.hot.y = yoff; 161 pMgx->cursor.hot.x = 0; 162 pMgx->cursor.hot.y = 0;
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_cursor.c | 111 pNGLE->cursor.hot.x = xoff; 113 pNGLE->cursor.hot.y = yoff; 168 pNGLE->cursor.hot.x = 0; 169 pNGLE->cursor.hot.y = 0;
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiquerypointer.c | 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;
|
| H A D | protocol-common.c | 67 sprite->hot.x = SPRITE_X; 68 sprite->hot.y = SPRITE_Y; 69 sprite->hotPhys.x = sprite->hot.x; 70 sprite->hotPhys.y = sprite->hot.y;
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_cursor.c | 132 pPnozz->Cursor.hot.x = 63; 133 pPnozz->Cursor.hot.y = 63;
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e_cursor.c | 136 pAG10E->Cursor.hot.x = 0; 137 pAG10E->Cursor.hot.y = 0;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 786 pSprite->hot.pScreen = qe->pScreen; 787 pSprite->hot.x = ev->root_x; 788 pSprite->hot.y = ev->root_y; 829 if (pSprite->hot.pScreen != pWin->drawable.pScreen) 831 pSprite->hot.pScreen = pWin->drawable.pScreen; 832 pSprite->hot.x = pSprite->hot.y = 0; 837 if (pSprite->hot.x < lims.x1) 838 pSprite->hot.x = lims.x1; 839 else if (pSprite->hot [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 802 pSprite->hot.pScreen = qe->pScreen; 803 pSprite->hot.x = ev->root_x; 804 pSprite->hot.y = ev->root_y; 846 if (pSprite->hot.pScreen != pWin->drawable.pScreen) { 847 pSprite->hot.pScreen = pWin->drawable.pScreen; 848 pSprite->hot.x = pSprite->hot.y = 0; 853 if (pSprite->hot.x < lims.x1) 854 pSprite->hot.x = lims.x1; 855 else if (pSprite->hot [all...] |
| /xsrc/external/mit/libXcursor/dist/include/X11/Xcursor/ |
| H A D | Xcursor.h.in | 172 * CARD32 xhot hot spot x 173 * CARD32 yhot hot spot y 188 XcursorDim xhot; /* hot spot x (must be inside image) */ 189 XcursorDim yhot; /* hot spot y (must be inside image) */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCursor.c | 129 fbcursor.hot.x = pCursor->bits->xhot; 130 fbcursor.hot.y = pCursor->bits->yhot;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCursor.c | 129 fbcursor.hot.x = pCursor->bits->xhot; 130 fbcursor.hot.y = pCursor->bits->yhot;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/archrast/ |
| H A D | events.proto | 78 ///@brief API Stat: Invalidate hot tiles (i.e. tile cache) 84 ///@brief API Stat: Invalidate and discard hot tiles within pixel region
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/archrast/ |
| H A D | events.proto | 53 ///@brief Invalidate hot tiles (i.e. tile cache) 59 ///@brief Invalidate and discard hot tiles within pixel region
|
| /xsrc/external/mit/libepoxy/dist/ |
| H A D | README.md | 82 Note that this is not terribly fast, so keep it out of your hot paths,
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | inputstr.h | 211 BoxRec hotLimits; /* logical constraints of hot spot */ 214 BoxRec physLimits; /* physical constraints of hot spot */ 216 HotSpot hot; /* logical pointer position */ member in struct:_SpriteRec
|