Home
last modified time | relevance | path

Searched refs:src_p (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp73 static void text_blend(unsigned char* src_p, int src_row_bytes, in text_blend() argument
78 unsigned char* sx = src_p; in text_blend()
100 src_p += src_row_bytes; in text_blend()
122 unsigned char* src_p = font->texture->data + ((ch - ' ') * font->char_width) + in gr_text() local
126 text_blend(src_p, font->texture->row_bytes, in gr_text()
147 unsigned char* src_p = icon->data; in gr_texticon() local
150 text_blend(src_p, icon->row_bytes, in gr_texticon()
242 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes; in gr_blit() local
247 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit()
248 src_p += source->row_bytes; in gr_blit()