Searched refs:dst_p (Results 1 – 1 of 1) sorted by relevance
76 unsigned char* dst_p, int dst_row_bytes, in text_blend() argument82 unsigned char* px = dst_p; in text_blend()104 dst_p += dst_row_bytes; in text_blend()129 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes; in gr_text() local132 dst_p, gr_draw->row_bytes, in gr_text()154 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes; in gr_texticon() local157 dst_p, gr_draw->row_bytes, in gr_texticon()244 unsigned char* dst_p = gr_draw->data + dy*gr_draw->row_bytes + dx*gr_draw->pixel_bytes; in gr_blit() local248 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit()250 dst_p += gr_draw->row_bytes; in gr_blit()