Searched refs:xpixels (Results 1 – 2 of 2) sorted by relevance
161 FT_UInt xpixels, in ft_bitmap_assure_buffer() argument180 new_pitch = ( width + xpixels + 7 ) >> 3; in ft_bitmap_assure_buffer()184 new_pitch = ( width + xpixels + 3 ) >> 2; in ft_bitmap_assure_buffer()188 new_pitch = ( width + xpixels + 1 ) >> 1; in ft_bitmap_assure_buffer()194 new_pitch = width + xpixels; in ft_bitmap_assure_buffer()205 FT_UInt bit_last = ( width + xpixels ) * bpp; in ft_bitmap_assure_buffer()
166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )