Searched refs:dst_p (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 142 static void TextBlend(const uint8_t* src_p, int src_row_bytes, uint32_t* dst_p, int dst_row_pixels, in TextBlend() argument 147 uint32_t* px = dst_p; in TextBlend() 154 incr_y(&dst_p, dst_row_pixels); in TextBlend() 182 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_text() local 184 TextBlend(src_p, font->texture->row_bytes, dst_p, row_pixels, font->char_width, in gr_text() 206 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_texticon() local 207 TextBlend(src_p, icon->row_bytes, dst_p, row_pixels, icon->width, icon->height); in gr_texticon() 293 uint8_t* dst_p = gr_draw->data() + dy * gr_draw->row_bytes + dx * gr_draw->pixel_bytes; in gr_blit() local 296 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit() 298 dst_p += gr_draw->row_bytes; in gr_blit()
|