Home
last modified time | relevance | path

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

/external/wayland/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()
/external/libvncserver/webclients/novnc/include/
Ddisplay.js456 changeCursor: function (pixels, mask, hotx, hoty, w, h) { argument
463 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h);
465 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h, this._colourMap);
640 Display.changeCursor = function (target, pixels, mask, hotx, hoty, w0, h0, cmap) { argument
677 cur.push16le(hoty); // 12: hotspot y coordinate
738 target.style.cursor = 'url(' + url + ')' + hotx + ' ' + hoty + ', default';