Searched refs:pSrc (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1000 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow() argument 1002 int *p_src_row = pSrc->tpixels[row]; in _gdScaleRow() 1024 static inline void _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width, unsigned int src_height, … in _gdScaleHoriz() argument 1033 memcpy(pDst->tpixels[y], pSrc->tpixels[y], src_width); in _gdScaleHoriz() 1037 …contrib = _gdContributionsCalc(dst_width, src_width, (double)dst_width / (double)src_width, pSrc->… in _gdScaleHoriz() 1043 _gdScaleRow(pSrc, src_width, pDst, dst_width, u, contrib); in _gdScaleHoriz() 1048 static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned… in _gdScaleCol() argument 1060 const int pCurSrc = pSrc->tpixels[i][uCol]; in _gdScaleCol() 1080 memcpy(pDst->tpixels[y], pSrc->tpixels[y], src_width); in _gdScaleVert() 1084 …ionsCalc(dst_height, src_height, (double)(dst_height) / (double)(src_height), pSrc->interpolation); in _gdScaleVert() [all …]
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 25908 if( p->pSrc && p->pSrc->nSrc ){ 87905 pSrc = p->pSrc; 91086 pSrc = p->pSrc; 93521 SrcList *pSrc = p->pSrc; 113632 if( pSrc==0 ) pSrc = sqlite3DbMallocZero(db, sizeof(*pSrc)); 113633 pNew->pSrc = pSrc; 113907 pSrc = p->pSrc; 116697 pSrc = p->pSrc; 116874 pSrc = p->pSrc; 117058 p->pSrc = pSrc; [all …]
|
Completed in 403 milliseconds