Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:sci_b

574     const int& sci_b = scissor.bottom;
594 if(dst_b > sci_b) {
595 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
596 dst_b = sci_b;