Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:dst_h

362     int dst_w, dst_h, src_w, src_h;
368 dst_h = displayFrame.bottom - displayFrame.top;
373 if(((src_w != dst_w) || (src_h != dst_h)))
559 int dst_h = abs(dst.bottom - dst.top);
582 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
587 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;