Lines Matching defs:cursor_hot_y
162 int cursor_hot_x, cursor_hot_y;
1211 uint32_t cursor_hot_x, cursor_hot_y;
1218 cursor_hot_y = bytestream2_get_byte(gb);
1229 if (cursor_hot_x > cursor_w || cursor_hot_y > cursor_h) {
1231 cursor_hot_x, cursor_hot_y);
1233 cursor_hot_y = FFMIN(cursor_hot_y, cursor_h - 1);
1255 c->cursor_hot_y = cursor_hot_y;
1336 y = c->cursor_y - c->cursor_hot_y;