Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
114 if (src_size >= size) \
117 php_str_len = src_size; \
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c931 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc() argument
957 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc()
963 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()

Completed in 12 milliseconds