Searched refs:xpixels (Results 1 – 2 of 2) sorted by relevance
162 FT_UInt xpixels, in ft_bitmap_assure_buffer() argument181 new_pitch = ( width + xpixels + 7 ) >> 3; in ft_bitmap_assure_buffer()185 new_pitch = ( width + xpixels + 3 ) >> 2; in ft_bitmap_assure_buffer()189 new_pitch = ( width + xpixels + 1 ) >> 1; in ft_bitmap_assure_buffer()195 new_pitch = width + xpixels; in ft_bitmap_assure_buffer()206 FT_UInt bit_last = ( width + xpixels ) * bpp; in ft_bitmap_assure_buffer()
166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )