Lines Matching defs:scale
826 double scale;
1212 crtc_w = p->w * p->scale;
1213 crtc_h = p->h * p->scale;
1288 crtc_w = p->w * p->scale;
1289 crtc_h = p->h * p->scale;
1656 .scale = 1.0,
1947 plane->scale = strtod(p, &end);
1948 if (plane->scale <= 0.0)
1951 plane->scale = 1.0;
2004 fprintf(stderr, "\t-P <plane_id>@<crtc_id>:<w>x<h>[+<x>+<y>][*<scale>][@<format>]\tset a plane\n");