Home | History | Annotate | Download | only in skin

Lines Matching defs:dst_pitch

393     int           dst_pitch = surface->pitch;
394 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
419 dst_line += dst_pitch;
437 dst_line += dst_pitch;
455 dst_line += dst_pitch;
473 dst_line += dst_pitch;
487 int dst_pitch = surface->pitch;
488 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
512 dst_line += dst_pitch;
530 dst_line += dst_pitch;
548 dst_line += dst_pitch;
566 dst_line += dst_pitch;