Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_t

1049     const int& sci_t = scissor.top;
1066 if(dst_t < sci_t) {
1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1068 dst_t = sci_t;