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

  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 562 const int& sci_t = scissor.top; local
566 int sci_h = abs(sci_b - sci_t);
581 if(dst_t < sci_t) {
582 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
583 dst_t = sci_t;
    [all...]

Completed in 1311 milliseconds