Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_t

1055     int& dst_t = dst.top;
1079 if(dst_t < sci_t) {
1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1081 dst_t = sci_t;