Lines Matching refs:gdImagePtr

636 static inline int _setEdgePixel(const gdImagePtr src, unsigned int x, unsigned int y, gdFixed cover…  in _setEdgePixel()
644 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC()
695 static inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColo… in getPixelOverflowPalette()
743 static int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgCol… in getPixelInterpolateWeight()
804 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated()
991 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow()
1015 static inline void _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width, unsigned int src_height, in _gdScaleHoriz()
1039 static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned… in _gdScaleCol()
1062 …ine void _gdScaleVert (const gdImagePtr pSrc, const unsigned int src_width, const unsigned int src… in _gdScaleVert()
1086 gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int src_width, const unsigned i… in gdImageScaleTwoPass()
1088 gdImagePtr tmp_im; in gdImageScaleTwoPass()
1089 gdImagePtr dst; in gdImageScaleTwoPass()
1110 gdImagePtr Scale(const gdImagePtr src, const unsigned int src_width, const unsigned int src_height,… in Scale()
1112 gdImagePtr tmp_im; in Scale()
1133 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int… in gdImageScaleNearestNeighbour()
1142 gdImagePtr dst_img; in gdImageScaleNearestNeighbour()
1184 static inline int getPixelOverflowColorTC(gdImagePtr im, const int x, const int y, const int color) in getPixelOverflowColorTC()
1232 static gdImagePtr gdImageScaleBilinearPalette(gdImagePtr im, const unsigned int new_width, const un… in gdImageScaleBilinearPalette()
1245 gdImagePtr new_img; in gdImageScaleBilinearPalette()
1330 static gdImagePtr gdImageScaleBilinearTC(gdImagePtr im, const unsigned int new_width, const unsigne… in gdImageScaleBilinearTC()
1344 gdImagePtr new_img; in gdImageScaleBilinearTC()
1417 gdImagePtr gdImageScaleBilinear(gdImagePtr im, const unsigned int new_width, const unsigned int new… in gdImageScaleBilinear()
1426 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he… in gdImageScaleBicubicFixed()
1439 gdImagePtr dst; in gdImageScaleBicubicFixed()
1662 gdImagePtr gdImageScale(const gdImagePtr src, const unsigned int new_width, const unsigned int new_… in gdImageScale()
1664 gdImagePtr im_scaled = NULL; in gdImageScale()
1695 gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateNearestNeighbour()
1711 gdImagePtr dst; in gdImageRotateNearestNeighbour()
1744 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateGeneric()
1760 gdImagePtr dst; in gdImageRotateGeneric()
1803 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBilinear()
1820 gdImagePtr dst; in gdImageRotateBilinear()
1918 gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBicubicFixed()
1939 gdImagePtr dst; in gdImageRotateBicubicFixed()
2186 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated()
2245 static void gdImageClipRectangle(gdImagePtr im, gdRectPtr r) in gdImageClipRectangle()
2280 int gdTransformAffineGetImage(gdImagePtr *dst, in gdTransformAffineGetImage()
2281 const gdImagePtr src, in gdTransformAffineGetImage()
2346 int gdTransformAffineCopy(gdImagePtr dst, in gdTransformAffineCopy()
2348 const gdImagePtr src, in gdTransformAffineCopy()
2500 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod()