Lines Matching defs:height
65 int width, height;
117 int w = c->width, h = c->height, f = c->follow_mouse;
147 c->y = FFMIN(FFMAX(0, y), geo->height - h);
168 c->x, c->y, c->width, c->height, ~0);
283 c->x, c->y, c->width, c->height, ~0,
361 h = FFMIN(cy + ci->height, win_y + gr->y + gr->height) - y;
597 if (!c->width || !c->height) {
599 c->height = geo->height;
603 c->y + c->height > geo->height) {
607 c->width, c->height,
609 geo->width, geo->height);
624 frame_size_bits = (int64_t)c->width * c->height * c->bpp;
641 st->codecpar->height = c->height;
663 c->height + c->region_border * 2 - 3 };
677 av_unused xcb_rectangle_t rect = { 0, 0, c->width, c->height };
687 c->height + c->region_border * 2,
715 rectangle.height = FFABS(corner_a->y - corner_b->y);
798 c->height = rectangle.height;
799 if (c->width && c->height) {