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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp564 int& dst_l = dst.left; local
579 if(dst_l < sci_l) {
580 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
581 dst_l = sci_l;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1054 int& dst_l = dst.left; local
1069 if(dst_l < sci_l) {
1070 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1071 dst_l = sci_l;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1041 int& dst_l = dst.left; local
1056 if(dst_l < sci_l) {
1057 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1058 dst_l = sci_l;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp1326 int& dst_l = dst.left; local
1341 if(dst_l < sci_l) {
1342 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1343 dst_l = sci_l;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp1259 int& dst_l = dst.left; local
1274 if(dst_l < sci_l) {
1275 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1276 dst_l = sci_l;

Completed in 39 milliseconds