Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c127 } LineContribType; typedef
822 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc()
825 LineContribType *res; in _gdContributionsAlloc()
833 res = (LineContribType *) gdMalloc(sizeof(LineContribType)); in _gdContributionsAlloc()
863 static inline void _gdContributionsFree(LineContribType * p) in _gdContributionsFree()
873 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc()
880 LineContribType *res; in _gdContributionsCalc()
932 … int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *contrib) in _gdScaleRow()
959 LineContribType * contrib; in _gdScaleHoriz()
981 …pRes, unsigned int dst_width, unsigned int dst_height, unsigned int uCol, LineContribType *contrib) in _gdScaleCol()
[all …]

Completed in 20 milliseconds