Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_b

1064     const int& sci_b = scissor.bottom;
1084 if(dst_b > sci_b) {
1085 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
1086 dst_b = sci_b;