HomeSort by relevance Sort by last modified time
    Searched full:dst_l (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 554 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;
    [all...]

Completed in 122 milliseconds