Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_b

517     int& dst_b = dst.bottom;
546 if(dst_b > sci_b) {
547 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
548 dst_b = sci_b;