Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:dst_h

323     int dst_w, dst_h, src_w, src_h;
329 dst_h = displayFrame.bottom - displayFrame.top;
334 if(((src_w != dst_w) || (src_h != dst_h)))
519 int dst_h = abs(dst.bottom - dst.top);
542 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
547 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;