Lines Matching defs:cursor_h
68 int cursor_w, cursor_h, cursor_x, cursor_y;
153 int h = ctx->cursor_h;
200 ctx->cursor_h = bytestream2_get_le16(&ctx->gbc);
212 ctx->cursor_h < 1 || ctx->cursor_h > 256) {
215 ctx->cursor_w, ctx->cursor_h);
219 ctx->cursor_hot_y > ctx->cursor_h) {
223 ctx->cursor_hot_y = FFMIN(ctx->cursor_hot_y, ctx->cursor_h - 1);
226 ret = av_reallocp(&ctx->cursor, ctx->cursor_stride * ctx->cursor_h);
236 for (j = 0; j < ctx->cursor_h; j++) {
249 for (j = 0; j < ctx->cursor_h; j++) {
284 ctx->cursor_h * (FFALIGN(ctx->cursor_w, 32) >> 3));
286 for (j = 0; j < ctx->cursor_h; j++) {
297 for (j = 0; j < ctx->cursor_h; j++) {