Searched refs:write_stride (Results 1 – 2 of 2) sorted by relevance
314 USHORT write_stride; in _gx_utility_glyph_8bpp_to_alphamap_draw() local318 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() local424 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 …]
977 INT write_stride; in gx_win32_rotate_canvas_to_bmp_16bpp() local989 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() local1084 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()