Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_image_reader_png_decode.c1918 INT byte_width; in _gx_image_reader_png_unfilter() local
1930 byte_width = (png -> gx_png_width * bpp + 7) >> 3; in _gx_image_reader_png_unfilter()
1935 filter_type = png -> gx_png_decoded_data[y * byte_width + y]; in _gx_image_reader_png_unfilter()
1937 pos = y * byte_width; in _gx_image_reader_png_unfilter()
1938 …move(png -> gx_png_decoded_data + pos, png -> gx_png_decoded_data + pos + y + 1, (UINT)byte_width); in _gx_image_reader_png_unfilter()
1946 for (x = bpp; x < byte_width; x++) in _gx_image_reader_png_unfilter()
1958 for (x = 0; x < byte_width; x++) in _gx_image_reader_png_unfilter()
1960 …(GX_UBYTE)(png -> gx_png_decoded_data[pos + x] + png -> gx_png_decoded_data[pos + x - byte_width]); in _gx_image_reader_png_unfilter()
1967 for (x = bpp; x < byte_width; x++) in _gx_image_reader_png_unfilter()
1976 …TE)(png -> gx_png_decoded_data[pos + x] + (png -> gx_png_decoded_data[pos + x - byte_width] >> 1)); in _gx_image_reader_png_unfilter()
[all …]
Dgx_utility_string_to_alphamap.c538 UINT byte_width; in _gx_utility_glyph_reversed_4bpp_to_alphamap_draw() local
573 byte_width = (pixel_width + 1) / 2; in _gx_utility_glyph_reversed_4bpp_to_alphamap_draw()
593 read_row += byte_width; in _gx_utility_glyph_reversed_4bpp_to_alphamap_draw()