Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:dst_h

361     int dst_w, dst_h, src_w, src_h;
367 dst_h = displayFrame.bottom - displayFrame.top;
372 if(((src_w != dst_w) || (src_h != dst_h)))
569 int dst_h = abs(dst.bottom - dst.top);
590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
595 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;