Lines Matching refs:cursor_hot_x
162 int cursor_hot_x, cursor_hot_y;
1211 uint32_t cursor_hot_x, cursor_hot_y;
1217 cursor_hot_x = bytestream2_get_byte(gb);
1229 if (cursor_hot_x > cursor_w || cursor_hot_y > cursor_h) {
1231 cursor_hot_x, cursor_hot_y);
1232 cursor_hot_x = FFMIN(cursor_hot_x, cursor_w - 1);
1254 c->cursor_hot_x = cursor_hot_x;
1335 x = c->cursor_x - c->cursor_hot_x;