Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp67 unsigned char* dst_p, int dst_row_bytes, in text_blend() argument
72 unsigned char* px = dst_p; in text_blend()
94 dst_p += dst_row_bytes; in text_blend()
117 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes; in gr_text() local
120 dst_p, gr_draw->row_bytes, in gr_text()
141 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes; in gr_texticon() local
144 dst_p, gr_draw->row_bytes, in gr_texticon()
236 unsigned char* dst_p = gr_draw->data + dy*gr_draw->row_bytes + dx*gr_draw->pixel_bytes; in gr_blit() local
240 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit()
242 dst_p += gr_draw->row_bytes; in gr_blit()