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

  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 564 const int& sci_b = scissor.bottom; local
566 int sci_h = abs(sci_b - sci_t);
586 if(dst_b > sci_b) {
587 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
588 dst_b = sci_b;
    [all...]

Completed in 723 milliseconds