Home
last modified time | relevance | path

Searched refs:xhot (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dcursorstr.h64 unsigned short width, height, xhot, yhot; /* metrics */ member
86 unsigned short width, height, xhot, yhot; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dglyphcurs.c124 (*pGC->ops->PolyText16) ((DrawablePtr) ppix, pGC, cm->xhot, cm->yhot, in ServerBitsFromGlyph()
162 cm->xhot = 0; in CursorMetricsFromGlyph()
165 cm->xhot = -pci->metrics.leftSideBearing; in CursorMetricsFromGlyph()
H A Dcursor.c261 bits->xhot = cm->xhot; in AllocARGBCursor()
423 bits->xhot = cm.xhot; in AllocGlyphCursor()
H A Devents.c926 if ((pSprite->current->bits->xhot != cursor->bits->xhot) || in ChangeToCursor()
H A Dwindow.c3268 cm.xhot = 8; in TileScreenSaver()
H A Ddispatch.c2986 cm.xhot = stuff->x; in ProcCreateCursor()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c168 pCursor->bits->xhot, pCursor->bits->yhot); in winLoadCursor()
343 pCursor->bits->xhot, pCursor->bits->yhot); in winLoadCursor()
365 ii.xHotspot = pCursor->bits->xhot; in winLoadCursor()
382 ii.xHotspot = pCursor->bits->xhot; in winLoadCursor()
409 pCursor->bits->xhot, pCursor->bits->yhot, in winLoadCursor()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c394 rep->xhot = pCursor->bits->xhot; in ProcXFixesGetCursorImage()
407 swaps(&rep->xhot); in ProcXFixesGetCursorImage()
546 rep->xhot = pCursor->bits->xhot; in ProcXFixesGetCursorImageAndName()
562 swaps(&rep->xhot); in ProcXFixesGetCursorImageAndName()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrcursor.c97 cursor->bits->xhot, cursor->bits->yhot); in ephyrRealizeCoreCursor()
157 cursor->bits->xhot, cursor->bits->yhot); in ephyrRealizeARGBCursor()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c164 xwl_seat->x_cursor->bits->xhot, in xwl_seat_set_cursor()
216 xwl_seat->x_cursor->bits->xhot, in xwl_tablet_tool_set_cursor()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c104 pCursor->bits->xhot, pCursor->bits->yhot); in xnestRealizeCursor()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dvmwgfx_drm.h525 __s32 xhot; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvmwgfx_drm.h530 __s32 xhot; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dvmwgfx_drm.h525 __s32 xhot; member
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c85 hot_x = src->bits->xhot; in load_cursor()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c912 x = pCursorInfo->x - (int) pCursor->bits->xhot; in miSpriteRestoreCursor()
947 x = pCursorInfo->x - (int) pCursor->bits->xhot; in miSpriteComputeSaved()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c333 ScreenPriv->HotX = cursor->bits->xhot; in xf86CursorSetCursor()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1845 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl()
1861 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c666 pBits->xhot, pBits->yhot); in dmxBECreateCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1929 cursor->bits->xhot, cursor->bits->yhot); in drmmode_set_cursor()
4558 x -= cursor->bits->xhot; in drmmode_sprite_do_set_cursor()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1616 cm.xhot = stuff->x; in ProcRenderCreateCursor()