Searched refs:ypixels (Results 1 – 2 of 2) sorted by relevance
162 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument201 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer()236 if ( FT_QALLOC_MULT( buffer, bitmap->rows + ypixels, new_pitch ) ) in ft_bitmap_assure_buffer()252 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()253 out += new_pitch * ypixels; in ft_bitmap_assure_buffer()288 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()
166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )