Lines Matching refs:num_bytes
663 UINT num_bytes; in _gx_utility_glyph_1bpp_to_alphamap_draw() local
696 num_bytes = (((UINT)glyph_width) + 7) >> 3; in _gx_utility_glyph_1bpp_to_alphamap_draw()
698 if (num_bytes == 1) in _gx_utility_glyph_1bpp_to_alphamap_draw()
715 for (col = 0; col < num_bytes; col++) in _gx_utility_glyph_1bpp_to_alphamap_draw()
720 if ((col == (num_bytes - 1)) && (num_bytes > 1)) in _gx_utility_glyph_1bpp_to_alphamap_draw()
758 read_row += num_bytes; in _gx_utility_glyph_1bpp_to_alphamap_draw()
831 UINT num_bytes; in _gx_utility_glyph_reversed_1bpp_to_alphamap_draw() local
864 num_bytes = (((UINT)glyph_width) + 7) >> 3; in _gx_utility_glyph_reversed_1bpp_to_alphamap_draw()
866 if (num_bytes == 1) in _gx_utility_glyph_reversed_1bpp_to_alphamap_draw()
883 for (col = 0; col < num_bytes; col++) in _gx_utility_glyph_reversed_1bpp_to_alphamap_draw()
888 if ((col == (num_bytes - 1)) && (num_bytes > 1)) in _gx_utility_glyph_reversed_1bpp_to_alphamap_draw()
926 read_row += num_bytes; in _gx_utility_glyph_reversed_1bpp_to_alphamap_draw()