Home | History | Annotate | Download | only in fb

Lines Matching refs:scale_x

1329   float scale_x = FLOAT(display_attributes_.x_pixels) / FLOAT(mixer_attributes.width);
1332 if (scale_x > max_scale_up || scale_y > max_scale_up) {
1334 "limit scale_x %f scale_y %f max_scale_up %f", scale_x, scale_y, max_scale_up);