Searched defs: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() 182 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_text() local 206 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_texticon() local 293 uint8_t* dst_p = gr_draw->data() + dy * gr_draw->row_bytes + dx * gr_draw->pixel_bytes; in gr_blit() local
|