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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 569 const int& sci_r = scissor.right; local
580 if(dst_r > sci_r) {
581 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
582 dst_r = sci_r;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 524 const int& sci_r = scissor.right; local
535 if(dst_r > sci_r) {
536 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w;
537 dst_r = sci_r;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1063 const int& sci_r = scissor.right; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1049 const int& sci_r = scissor.right; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1256 const int& sci_r = scissor.right; local
    [all...]

Completed in 49 milliseconds