Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp.h142 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
146 if (src_size >= size) \
149 php_str_len = src_size; \
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c873 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc() argument
898 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc()
904 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()

Completed in 14 milliseconds