Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:dst_b

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