Searched refs:write_row (Results 1 – 3 of 3) sorted by relevance
309 GX_UBYTE *write_row; in _gx_utility_glyph_8bpp_to_alphamap_draw() local341 write_row = (GX_UBYTE *)map -> gx_pixelmap_data; in _gx_utility_glyph_8bpp_to_alphamap_draw()342 write_row += ypos * write_stride; in _gx_utility_glyph_8bpp_to_alphamap_draw()343 write_row += xpos; in _gx_utility_glyph_8bpp_to_alphamap_draw()348 write_data = write_row; in _gx_utility_glyph_8bpp_to_alphamap_draw()355 write_row += write_stride; in _gx_utility_glyph_8bpp_to_alphamap_draw()413 GX_UBYTE *write_row; in _gx_utility_glyph_4bpp_to_alphamap_draw() local447 write_row = (GX_UBYTE *)map -> gx_pixelmap_data; in _gx_utility_glyph_4bpp_to_alphamap_draw()448 write_row += ypos * write_stride; in _gx_utility_glyph_4bpp_to_alphamap_draw()449 write_row += xpos; in _gx_utility_glyph_4bpp_to_alphamap_draw()[all …]
395 USHORT *write_row; in gx_chromeart_glyph_8bit_draw() local433 write_row = (USHORT *) canvas->gx_canvas_memory; in gx_chromeart_glyph_8bit_draw()434 write_row += draw_area->gx_rectangle_top * context->gx_draw_context_pitch; in gx_chromeart_glyph_8bit_draw()435 write_row += draw_area->gx_rectangle_left; in gx_chromeart_glyph_8bit_draw()437 …gx_dma_init(DMA2D_M2M_BLEND, (uint32_t) write_row, canvas->gx_canvas_x_resolution - width, width, … in gx_chromeart_glyph_8bit_draw()448 DMA2D->BGMAR = (uint32_t) write_row; // background memory address in gx_chromeart_glyph_8bit_draw()
428 ULONG *write_row; in gx_chromeart_glyph_8bit_draw() local460 write_row = (ULONG *) canvas->gx_canvas_memory; in gx_chromeart_glyph_8bit_draw()461 write_row += draw_area->gx_rectangle_top * canvas ->gx_canvas_x_resolution; in gx_chromeart_glyph_8bit_draw()462 write_row += draw_area->gx_rectangle_left; in gx_chromeart_glyph_8bit_draw()464 …gx_dma_init(DMA2D_M2M_BLEND, (uint32_t) write_row, canvas->gx_canvas_x_resolution - width, width, … in gx_chromeart_glyph_8bit_draw()475 DMA2D->BGMAR = (uint32_t) write_row; // background memory address in gx_chromeart_glyph_8bit_draw()