Searched refs:y_pixels_ratio (Results 1 – 1 of 1) sorted by relevance
1219 float y_pixels_ratio = active_y_pixels / custom_y_pixels; in ScaleDisplayFrame() local1224 display_frame->top = INT(y_pixels_ratio * FLOAT(display_frame->top)); in ScaleDisplayFrame()1226 display_frame->bottom = INT(FLOAT(display_frame->top) + layer_height * y_pixels_ratio); in ScaleDisplayFrame()