Searched defs:dst_l (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.cpp554 int& dst_l = dst.left; local
571 if(dst_l < sci_l) {
572 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
573 dst_l = sci_l;

Completed in 182 milliseconds