Searched refs:src_p (Results 1 – 1 of 1) sorted by relevance
66 static void text_blend(unsigned char* src_p, int src_row_bytes, in text_blend() argument71 unsigned char* sx = src_p; in text_blend()93 src_p += src_row_bytes; in text_blend()115 unsigned char* src_p = font->texture->data + ((ch - ' ') * font->char_width) + in gr_text() local119 text_blend(src_p, font->texture->row_bytes, in gr_text()140 unsigned char* src_p = icon->data; in gr_texticon() local143 text_blend(src_p, icon->row_bytes, in gr_texticon()235 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes; in gr_blit() local240 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit()241 src_p += source->row_bytes; in gr_blit()