Searched refs:xpixels (Results 1 – 2 of 2) sorted by relevance
152 FT_UInt xpixels, in ft_bitmap_assure_buffer() argument171 new_pitch = ( width + xpixels + 7 ) >> 3; in ft_bitmap_assure_buffer()175 new_pitch = ( width + xpixels + 3 ) >> 2; in ft_bitmap_assure_buffer()179 new_pitch = ( width + xpixels + 1 ) >> 1; in ft_bitmap_assure_buffer()185 new_pitch = width + xpixels; in ft_bitmap_assure_buffer()196 FT_UInt bit_last = ( width + xpixels ) * bpp; in ft_bitmap_assure_buffer()
166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )