Home
last modified time | relevance | path

Searched refs:LineContribType (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c117 } LineContribType; typedef
812 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc()
815 LineContribType *res; in _gdContributionsAlloc()
823 res = (LineContribType *) gdMalloc(sizeof(LineContribType)); in _gdContributionsAlloc()
853 static inline void _gdContributionsFree(LineContribType * p) in _gdContributionsFree()
863 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc()
870 LineContribType *res; in _gdContributionsCalc()
948 … int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *contrib) in _gdScaleRow()
977 LineContribType * contrib; in _gdScaleHoriz()
999 …pRes, unsigned int dst_width, unsigned int dst_height, unsigned int uCol, LineContribType *contrib) in _gdScaleCol()
[all …]

Completed in 13 milliseconds