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

  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 563 const int& sci_r = scissor.right; local
565 int sci_w = abs(sci_r - sci_l);
576 if(dst_r > sci_r) {
577 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
578 dst_r = sci_r;
    [all...]

Completed in 444 milliseconds