Searched refs:disp_h (Results 1 – 2 of 2) sorted by relevance
614 disp_h = ch(h)615 if disp_h < 0:616 disp_y += disp_h617 disp_h = -disp_h620 print 'width=%s height=%s' % (qa(cw(w)), qa(disp_h),),
392 int disp_h = disp->rect.size.h; in display_redraw_rect16() local442 src_line += (disp_w -1 - x)*2 + (disp_h-1-y)*src_pitch; in display_redraw_rect16()460 src_line += (disp_h-1-y)*2 + x*src_pitch; in display_redraw_rect16()486 int disp_h = disp->rect.size.h; in display_redraw_rect32() local535 src_line += (disp_w -1 - x)*4 + (disp_h-1-y)*src_pitch; in display_redraw_rect32()553 src_line += (disp_h-1-y)*4 + x*src_pitch; in display_redraw_rect32()