Searched refs:width_in_bytes (Results 1 – 5 of 5) sorted by relevance
124 const int width_in_bytes = width * kNumChannels; in CopyFrameRectangle() local126 assert(width_in_bytes <= stride); in CopyFrameRectangle()130 memcpy(dst, src, width_in_bytes); in CopyFrameRectangle()
153 GLint row, width_in_bytes; in _mesa_pack_bitmap() local159 width_in_bytes = DIV_ROUND_UP( width, 8 ); in _mesa_pack_bitmap()168 memcpy( dst, src, width_in_bytes ); in _mesa_pack_bitmap()170 flip_bytes( dst, width_in_bytes ); in _mesa_pack_bitmap()231 src += width_in_bytes; in _mesa_pack_bitmap()
2272 uint64_t width_in_bytes = in wuffs_base__pixel_buffer__set_from_table() local2274 if ((width_in_bytes > pixbuf_memory.width) || in wuffs_base__pixel_buffer__set_from_table()
4782 uint64_t width_in_bytes = in wuffs_base__pixel_buffer__set_interleaved() local4784 if ((width_in_bytes > primary_memory.width) || in wuffs_base__pixel_buffer__set_interleaved()4895 uint64_t width_in_bytes = in wuffs_base__pixel_buffer__set_from_table() local4897 if ((width_in_bytes > primary_memory.width) || in wuffs_base__pixel_buffer__set_from_table()
5013 uint64_t width_in_bytes = in wuffs_base__pixel_buffer__set_interleaved() local5015 if ((width_in_bytes > primary_memory.width) || in wuffs_base__pixel_buffer__set_interleaved()