Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:dst_w

362     int dst_w, dst_h, src_w, src_h;
367 dst_w = displayFrame.right - displayFrame.left;
373 if(((src_w != dst_w) || (src_h != dst_h)))
558 int dst_w = abs(dst.right - dst.left);
572 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
577 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;