Searched refs:ypixels (Results 1 – 3 of 3) sorted by relevance
143 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument184 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer()219 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) ) in ft_bitmap_assure_buffer()230 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ), in ft_bitmap_assure_buffer()
153 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument194 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer()229 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) ) in ft_bitmap_assure_buffer()240 FT_MEM_COPY( buffer + (FT_UInt)new_pitch * ( ypixels + i ), in ft_bitmap_assure_buffer()
166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )