Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_b

557     int& dst_b = dst.bottom;
586 if(dst_b > sci_b) {
587 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
588 dst_b = sci_b;