Searched refs:dst_p (Results 1 – 1 of 1) sorted by relevance
75 unsigned char* dst_p, int dst_row_bytes, in text_blend() argument80 unsigned char* px = dst_p; in text_blend()102 dst_p += dst_row_bytes; in text_blend()127 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes; in gr_text() local130 dst_p, gr_draw->row_bytes, in gr_text()151 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes; in gr_texticon() local154 dst_p, gr_draw->row_bytes, in gr_texticon()246 unsigned char* dst_p = gr_draw->data + dy*gr_draw->row_bytes + dx*gr_draw->pixel_bytes; in gr_blit() local250 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit()252 dst_p += gr_draw->row_bytes; in gr_blit()