Home
last modified time | relevance | path

Searched refs:yhot (Results 1 – 22 of 22) 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()
171 cm->yhot = 0; in CursorMetricsFromGlyph()
174 cm->yhot = pci->metrics.ascent; in CursorMetricsFromGlyph()
H A Dcursor.c262 bits->yhot = cm->yhot; in AllocARGBCursor()
424 bits->yhot = cm.yhot; in AllocGlyphCursor()
H A Devents.c927 (pSprite->current->bits->yhot != cursor->bits->yhot)) in ChangeToCursor()
H A Dwindow.c3269 cm.yhot = 8; in TileScreenSaver()
H A Ddispatch.c2987 cm.yhot = stuff->y; 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()
366 ii.yHotspot = pCursor->bits->yhot; in winLoadCursor()
383 ii.yHotspot = pCursor->bits->yhot; in winLoadCursor()
409 pCursor->bits->xhot, pCursor->bits->yhot, in winLoadCursor()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c395 rep->yhot = pCursor->bits->yhot; in ProcXFixesGetCursorImage()
408 swaps(&rep->yhot); in ProcXFixesGetCursorImage()
547 rep->yhot = pCursor->bits->yhot; in ProcXFixesGetCursorImageAndName()
563 swaps(&rep->yhot); 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.c165 xwl_seat->x_cursor->bits->yhot); in xwl_seat_set_cursor()
217 xwl_seat->x_cursor->bits->yhot); 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.h526 __s32 yhot; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvmwgfx_drm.h531 __s32 yhot; 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.h526 __s32 yhot; member
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c86 hot_y = src->bits->yhot; in load_cursor()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c913 y = pCursorInfo->y - (int) pCursor->bits->yhot; in miSpriteRestoreCursor()
948 y = pCursorInfo->y - (int) pCursor->bits->yhot; in miSpriteComputeSaved()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c334 ScreenPriv->HotY = cursor->bits->yhot; in xf86CursorSetCursor()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1846 du->hotspot_y = arg->yhot; in vmw_kms_cursor_bypass_ioctl()
1862 du->hotspot_y = arg->yhot; 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()
4559 y -= cursor->bits->yhot; in drmmode_sprite_do_set_cursor()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1617 cm.yhot = stuff->y; in ProcRenderCreateCursor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog19543 CursorRec::bits->x/yhot, since CursorRec::bits can be NULL (Hans de