Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp.h135 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
139 if (src_size >= size) \
142 php_str_len = src_size; \
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c863 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc() argument
888 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc()
894 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()

Completed in 28 milliseconds