Home
last modified time | relevance | path

Searched refs:y_pixels_ratio (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp1219 float y_pixels_ratio = active_y_pixels / custom_y_pixels; in ScaleDisplayFrame() local
1224 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()