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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 568 const int& sci_t = scissor.top; local
585 if(dst_t < sci_t) {
586 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
587 dst_t = sci_t;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 523 const int& sci_t = scissor.top; local
540 if(dst_t < sci_t) {
541 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
542 dst_t = sci_t;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1062 const int& sci_t = scissor.top; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1048 const int& sci_t = scissor.top; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1255 const int& sci_t = scissor.top; local
    [all...]

Completed in 78 milliseconds