Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c128 } LineContribType; typedef
889 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc()
892 LineContribType *res; in _gdContributionsAlloc()
900 res = (LineContribType *) gdMalloc(sizeof(LineContribType)); in _gdContributionsAlloc()
930 static inline void _gdContributionsFree(LineContribType * p) in _gdContributionsFree()
940 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc()
947 LineContribType *res; in _gdContributionsCalc()
1000 … int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *contrib) in _gdScaleRow()
1027 LineContribType * contrib; in _gdScaleHoriz()
1048 …pRes, unsigned int dst_width, unsigned int dst_height, unsigned int uCol, LineContribType *contrib) in _gdScaleCol()
[all …]

Completed in 12 milliseconds