Home
last modified time | relevance | path

Searched refs:local_color_table_size (Results 1 – 4 of 4) sorted by relevance

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dgif.c333 size_t local_color_table_size = 0; in cli_parsegif() local
351local_color_table_size = 3 * (1 << ((image_desc.flags & GIF_IMAGE_DESC_FLAGS_MASK_SIZE_OF_LOCAL_CO… in cli_parsegif()
352 … cli_dbgmsg("GIF: Found a Local Color Table (size: %zu)\n", local_color_table_size); in cli_parsegif()
353 offset += local_color_table_size; in cli_parsegif()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dgif.c333 size_t local_color_table_size = 0; in cli_parsegif() local
351local_color_table_size = 3 * (1 << ((image_desc.flags & GIF_IMAGE_DESC_FLAGS_MASK_SIZE_OF_LOCAL_CO… in cli_parsegif()
352 … cli_dbgmsg("GIF: Found a Local Color Table (size: %zu)\n", local_color_table_size); in cli_parsegif()
353 offset += local_color_table_size; in cli_parsegif()
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/codecs/
H A Dgif.py151 local_color_table_size = fields & 0x7
155 local_color_table = file.read(6 << local_color_table_size)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/codecs/
H A Dgif.py151 local_color_table_size = fields & 0x7
155 local_color_table = file.read(6 << local_color_table_size)