Home
last modified time | relevance | path

Searched defs:dst (Results 26 – 44 of 44) sorted by relevance

12

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c604 static inline int _color_blend (const int dst, const int src) in _color_blend()
991 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow()
1089 gdImagePtr dst; in gdImageScaleTwoPass() local
1110 …src, const unsigned int src_width, const unsigned int src_height, const gdImagePtr dst, const unsi… in Scale()
1439 gdImagePtr dst; in gdImageScaleBicubicFixed() local
1711 gdImagePtr dst; in gdImageRotateNearestNeighbour() local
1760 gdImagePtr dst; in gdImageRotateGeneric() local
1820 gdImagePtr dst; in gdImageRotateBilinear() local
1939 gdImagePtr dst; in gdImageRotateBicubicFixed() local
2280 int gdTransformAffineGetImage(gdImagePtr *dst, in gdTransformAffineGetImage()
[all …]
H A Dgd_crop.c45 gdImagePtr dst; in gdImageCrop() local
H A Dgd_matrix.c27 int gdAffineApplyToPointF (gdPointFPtr dst, const gdPointFPtr src, in gdAffineApplyToPointF()
H A Dgd.c2163 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2262 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge()
2302 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray()
2356 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized()
2466 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled()
2864 gdAlphaBlendOld (int dst, int src) in gdAlphaBlendOld()
2886 int gdAlphaBlend (int dst, int src) { in gdAlphaBlend()
2948 static int gdLayerOverlay (int dst, int src) in gdLayerOverlay()
2960 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
H A Dwebpimg.c151 static void ToRGB(int y, int u, int v, uint32* const dst) { in ToRGB()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c479 …RIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) in sljit_emit_fast_enter()
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c47 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy()
56 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy()
/PHP-5.5/ext/pdo/
H A Dpdo.c323 char *dst = outbuf; in php_pdo_int64_to_str() local
/PHP-5.5/Zend/
H A Dzend_llist.c158 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy()
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h170 signed int dst; /* Flag if we were parsing a DST zone */ member
188 int dst; member
H A Dparse_iso_intervals.c193 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli… in timelib_get_zone()
H A Dparse_date.c711 static long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr()
738 long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzd… in timelib_parse_zone()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c466 mysqlnd_xor_string(char * dst, const size_t dst_len, const char * xor_str, const size_t xor_str_len) in mysqlnd_xor_string()
/PHP-5.5/main/
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
H A Dsnprintf.c144 char *digits, *dst, *src; in php_gcvt() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1074 char *dst = p->s; in mcopy() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c519 #define OP1(op, dst, dstw, src, srcw) \ argument
521 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
537 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument
539 #define GET_LOCAL_BASE(dst, dstw, offset) \ argument
/PHP-5.5/ext/date/
H A Dphp_date.c1505 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
3660 int dst, not_found; in timezone_initialize() local
/PHP-5.5/ext/gd/
H A Dgd.c2818 gdImagePtr dst, src; in PHP_FUNCTION() local
5149 gdImagePtr dst; in PHP_FUNCTION() local

Completed in 178 milliseconds

12