Lines Matching refs:gdImagePtr

661 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor)  in getPixelOverflowTC()
676 static inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColo… in getPixelOverflowPalette()
689 static int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgCol… in getPixelInterpolateWeight()
750 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated()
933 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow()
957 static inline int _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width, unsigned int src_height, g… in _gdScaleHoriz()
982 static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned… in _gdScaleCol()
1004 …line int _gdScaleVert (const gdImagePtr pSrc, const unsigned int src_width, const unsigned int src… in _gdScaleVert()
1029 gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int src_width, const unsigned i… in gdImageScaleTwoPass()
1031 gdImagePtr tmp_im; in gdImageScaleTwoPass()
1032 gdImagePtr dst; in gdImageScaleTwoPass()
1078 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int… in gdImageScaleNearestNeighbour()
1087 gdImagePtr dst_img; in gdImageScaleNearestNeighbour()
1133 static gdImagePtr gdImageScaleBilinearPalette(gdImagePtr im, const unsigned int new_width, const un… in gdImageScaleBilinearPalette()
1146 gdImagePtr new_img; in gdImageScaleBilinearPalette()
1235 static gdImagePtr gdImageScaleBilinearTC(gdImagePtr im, const unsigned int new_width, const unsigne… in gdImageScaleBilinearTC()
1248 gdImagePtr new_img; in gdImageScaleBilinearTC()
1324 gdImagePtr gdImageScaleBilinear(gdImagePtr im, const unsigned int new_width, const unsigned int new… in gdImageScaleBilinear()
1333 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he… in gdImageScaleBicubicFixed()
1346 gdImagePtr dst; in gdImageScaleBicubicFixed()
1558 gdImagePtr gdImageScale(const gdImagePtr src, const unsigned int new_width, const unsigned int new_… in gdImageScale()
1560 gdImagePtr im_scaled = NULL; in gdImageScale()
1595 static int gdRotatedImageSize(gdImagePtr src, const float angle, gdRectPtr bbox) in gdRotatedImageSize()
1612 gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateNearestNeighbour()
1626 gdImagePtr dst; in gdImageRotateNearestNeighbour()
1669 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateGeneric()
1683 gdImagePtr dst; in gdImageRotateGeneric()
1735 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBilinear()
1751 gdImagePtr dst; in gdImageRotateBilinear()
1850 gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBicubicFixed()
1870 gdImagePtr dst; in gdImageRotateBicubicFixed()
2116 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated()
2140 gdImagePtr dst = gdImageCreateTrueColor(src->sx, src->sy); in gdImageRotateInterpolated()
2193 static void gdImageClipRectangle(gdImagePtr im, gdRectPtr r) in gdImageClipRectangle()
2228 int gdTransformAffineGetImage(gdImagePtr *dst, in gdTransformAffineGetImage()
2229 const gdImagePtr src, in gdTransformAffineGetImage()
2294 int gdTransformAffineCopy(gdImagePtr dst, in gdTransformAffineCopy()
2296 const gdImagePtr src, in gdTransformAffineCopy()
2459 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod()
2555 gdInterpolationMethod gdImageGetInterpolationMethod(gdImagePtr im) in gdImageGetInterpolationMethod()