Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:src_h

361     int dst_w, dst_h, src_w, src_h;
370 src_h = sourceCrop.bottom - sourceCrop.top;
372 if(((src_w != dst_w) || (src_h != dst_h)))