Searched refs:hot (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/bitmap/dist/
H A DGraphics.c191 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 DBitmap.c101 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 DBitmapP.h92 XPoint hot; member in struct:__anon3c2117c80408
120 XPoint hot; member in struct:__anon3c2117c80608
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-common.c55 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 Dprotocol-xiquerypointer.c103 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 Dxiquerypointer.c128 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 Dxiquerypointer.c133 .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 Dwsfb_cursor.c110 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 Digs_cursor.c99 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 Dcrime_cursor.c110 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 Dmgx_cursor.c105 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 Dngle_cursor.c111 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 Dprotocol-xiquerypointer.c84 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 Dprotocol-common.c67 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 Dpnozz_cursor.c132 pPnozz->Cursor.hot.x = 63;
133 pPnozz->Cursor.hot.y = 63;
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_cursor.c136 pAG10E->Cursor.hot.x = 0;
137 pAG10E->Cursor.hot.y = 0;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c786 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 Devents.c802 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 DXcursor.h.in172 * 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 DsunCursor.c129 fbcursor.hot.x = pCursor->bits->xhot;
130 fbcursor.hot.y = pCursor->bits->yhot;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCursor.c129 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 Devents.proto78 ///@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 Devents.proto53 ///@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 DREADME.md82 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 Dinputstr.h211 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

Completed in 44 milliseconds

12