Searched refs:dst_p (Results 1 – 1 of 1) sorted by relevance
/aosp12/bootable/recovery/minui/ |
H A D | graphics.cpp | 141 static void TextBlend(const uint8_t* src_p, int src_row_bytes, uint32_t* dst_p, int dst_row_pixels, in TextBlend() argument 146 uint32_t* px = dst_p; in TextBlend() 153 incr_y(&dst_p, dst_row_pixels); in TextBlend() 181 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_text() local 183 TextBlend(src_p, font->texture->row_bytes, dst_p, row_pixels, font->char_width, in gr_text() 205 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_texticon() local 206 TextBlend(src_p, icon->row_bytes, dst_p, row_pixels, icon->width, icon->height); in gr_texticon() 292 uint8_t* dst_p = gr_draw->data() + dy * gr_draw->row_bytes + dx * gr_draw->pixel_bytes; in gr_blit() local 295 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit() 297 dst_p += gr_draw->row_bytes; in gr_blit()
|