Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_utility_string_to_alphamap.c309 GX_UBYTE *write_row; in _gx_utility_glyph_8bpp_to_alphamap_draw() local
341 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() local
447 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 …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/
Dgx_display_driver_hardware_565rgb.c395 USHORT *write_row; in gx_chromeart_glyph_8bit_draw() local
433 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()
Dgx_display_driver_hardware_24xrgb.c428 ULONG *write_row; in gx_chromeart_glyph_8bit_draw() local
460 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()