Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_t

1267     const int& sci_t = scissor.top;
1284 if(dst_t < sci_t) {
1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1286 dst_t = sci_t;