Home
last modified time | relevance | path

Searched refs:write_stride (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_utility_string_to_alphamap.c314 USHORT write_stride; in _gx_utility_glyph_8bpp_to_alphamap_draw() local
318 write_stride = (USHORT)map -> gx_pixelmap_height; in _gx_utility_glyph_8bpp_to_alphamap_draw()
334 write_stride = (USHORT)map -> gx_pixelmap_width; in _gx_utility_glyph_8bpp_to_alphamap_draw()
342 write_row += ypos * write_stride; in _gx_utility_glyph_8bpp_to_alphamap_draw()
355 write_row += write_stride; in _gx_utility_glyph_8bpp_to_alphamap_draw()
418 USHORT write_stride; in _gx_utility_glyph_4bpp_to_alphamap_draw() local
424 write_stride = (USHORT)map -> gx_pixelmap_height; in _gx_utility_glyph_4bpp_to_alphamap_draw()
443 write_stride = (USHORT)map -> gx_pixelmap_width; in _gx_utility_glyph_4bpp_to_alphamap_draw()
448 write_row += ypos * write_stride; in _gx_utility_glyph_4bpp_to_alphamap_draw()
471 write_row += write_stride; in _gx_utility_glyph_4bpp_to_alphamap_draw()
[all …]
/GUIX-v6.2.1/ports/win32/src/
Dgx_win32_display_driver.c977 INT write_stride; in gx_win32_rotate_canvas_to_bmp_16bpp() local
989 write_stride = (copy_height + 3) & 0xfffc; in gx_win32_rotate_canvas_to_bmp_16bpp()
999 pWriteStart += (copy_width - 1) * write_stride; in gx_win32_rotate_canvas_to_bmp_16bpp()
1011 pWrite -= write_stride * write_sign; in gx_win32_rotate_canvas_to_bmp_16bpp()
1072 INT write_stride; in gx_win32_rotate_canvas_to_bmp_8bpp() local
1084 write_stride = (copy_height + 1) & 0xfffc; in gx_win32_rotate_canvas_to_bmp_8bpp()
1094 pWriteStart += (copy_width - 1) * write_stride; in gx_win32_rotate_canvas_to_bmp_8bpp()
1106 pWrite -= write_stride * write_sign; in gx_win32_rotate_canvas_to_bmp_8bpp()