Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_b

563     int& dst_b = dst.bottom;
590 if(dst_b > sci_b) {
591 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
592 dst_b = sci_b;