Home | History | Annotate | Download | only in skin

Lines Matching defs:src_pitch

395     int           src_pitch = disp->datasize.w*2;
406 src_line += x*2 + y*src_pitch;
418 src_line += src_pitch;
424 src_line += y*2 + (disp_w - x - 1)*src_pitch;
433 src -= src_pitch;
442 src_line += (disp_w -1 - x)*2 + (disp_h-1-y)*src_pitch;
454 src_line -= src_pitch;
460 src_line += (disp_h-1-y)*2 + x*src_pitch;
470 src += src_pitch;
489 int src_pitch = disp->datasize.w*4;
500 src_line += x*4 + y*src_pitch;
511 src_line += src_pitch;
517 src_line += y*4 + (disp_w - x - 1)*src_pitch;
526 src -= src_pitch;
535 src_line += (disp_w -1 - x)*4 + (disp_h-1-y)*src_pitch;
547 src_line -= src_pitch;
553 src_line += (disp_h-1-y)*4 + x*src_pitch;
563 src += src_pitch;