Searched refs:LineContribType (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 128 } LineContribType; typedef 818 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc() 821 LineContribType *res; in _gdContributionsAlloc() 829 res = (LineContribType *) gdMalloc(sizeof(LineContribType)); in _gdContributionsAlloc() 859 static inline void _gdContributionsFree(LineContribType * p) in _gdContributionsFree() 869 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc() 876 LineContribType *res; in _gdContributionsCalc() 929 … int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *contrib) in _gdScaleRow() 956 LineContribType * contrib; in _gdScaleHoriz() 978 …pRes, unsigned int dst_width, unsigned int dst_height, unsigned int uCol, LineContribType *contrib) in _gdScaleCol() [all …]
|
Completed in 12 milliseconds