Home
last modified time | relevance | path

Searched refs:hoty (Results 1 – 3 of 3) sorted by relevance

/third_party/wayland_standard/cursor/
Dconvert_font.c50 int16_t hotx, hoty; member
154 glyph->hoty = glyph->ascent; in handle_compressed_metrics()
254 int absy = glyph->hoty + y; in get_glyph_pixel()
305 int miny = min(-cursor->hoty, -mask->hoty); in reconstruct_glyph()
306 int maxy = max(cursor->height - cursor->hoty, in reconstruct_glyph()
307 mask->height - mask->hoty); in reconstruct_glyph()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_mouse.c107 curdata->hoty = 0; in DirectFB_CreateDefaultCursor()
165 curdata->hoty = hot_y; in DirectFB_CreateCursor()
205 curdata->hoty)); in DirectFB_ShowCursor()
DSDL_DirectFB_mouse.h34 int hoty; member