Searched refs:src_p (Results 1 – 1 of 1) sorted by relevance
75 static void text_blend(unsigned char* src_p, int src_row_bytes, in text_blend() argument81 unsigned char* sx = src_p; in text_blend()103 src_p += src_row_bytes; in text_blend()127 unsigned char* src_p = font->texture->data + (off * font->cwidth) + in gr_text() local131 text_blend(src_p, font->texture->row_bytes, in gr_text()153 unsigned char* src_p = icon->data; in gr_texticon() local156 text_blend(src_p, icon->row_bytes, in gr_texticon()243 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes; in gr_blit() local248 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit()249 src_p += source->row_bytes; in gr_blit()