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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 569 const int& sci_t = scissor.top; local
573 int sci_h = abs(sci_b - sci_t);
588 if(dst_t < sci_t) {
589 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
590 dst_t = sci_t;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 523 const int& sci_t = scissor.top; local
527 int sci_h = abs(sci_b - sci_t);
542 if(dst_t < sci_t) {
543 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
544 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...]

Completed in 43 milliseconds