Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_t

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