Lines Matching refs:WandExport
109 WandExport void ClearPixelWand(PixelWand *wand) in ClearPixelWand()
142 WandExport PixelWand *ClonePixelWand(const PixelWand *wand) in ClonePixelWand()
195 WandExport PixelWand **ClonePixelWands(const PixelWand **wands, in ClonePixelWands()
236 WandExport PixelWand *DestroyPixelWand(PixelWand *wand) in DestroyPixelWand()
275 WandExport PixelWand **DestroyPixelWands(PixelWand **wand, in DestroyPixelWands()
321 WandExport MagickBooleanType IsPixelWandSimilar(PixelWand *p,PixelWand *q, in IsPixelWandSimilar()
359 WandExport MagickBooleanType IsPixelWand(const PixelWand *wand) in IsPixelWand()
388 WandExport PixelWand *NewPixelWand(void) in NewPixelWand()
442 WandExport PixelWand **NewPixelWands(const size_t number_wands) in NewPixelWands()
482 WandExport MagickBooleanType PixelClearException(PixelWand *wand) in PixelClearException()
514 WandExport double PixelGetAlpha(const PixelWand *wand) in PixelGetAlpha()
545 WandExport Quantum PixelGetAlphaQuantum(const PixelWand *wand) in PixelGetAlphaQuantum()
576 WandExport double PixelGetBlack(const PixelWand *wand) in PixelGetBlack()
607 WandExport Quantum PixelGetBlackQuantum(const PixelWand *wand) in PixelGetBlackQuantum()
638 WandExport double PixelGetBlue(const PixelWand *wand) in PixelGetBlue()
669 WandExport Quantum PixelGetBlueQuantum(const PixelWand *wand) in PixelGetBlueQuantum()
700 WandExport char *PixelGetColorAsString(const PixelWand *wand) in PixelGetColorAsString()
741 WandExport char *PixelGetColorAsNormalizedString(const PixelWand *wand) in PixelGetColorAsNormalizedString()
784 WandExport size_t PixelGetColorCount(const PixelWand *wand) in PixelGetColorCount()
815 WandExport double PixelGetCyan(const PixelWand *wand) in PixelGetCyan()
846 WandExport Quantum PixelGetCyanQuantum(const PixelWand *wand) in PixelGetCyanQuantum()
880 WandExport char *PixelGetException(const PixelWand *wand, in PixelGetException()
935 WandExport ExceptionType PixelGetExceptionType(const PixelWand *wand) in PixelGetExceptionType()
966 WandExport double PixelGetFuzz(const PixelWand *wand) in PixelGetFuzz()
997 WandExport double PixelGetGreen(const PixelWand *wand) in PixelGetGreen()
1028 WandExport Quantum PixelGetGreenQuantum(const PixelWand *wand) in PixelGetGreenQuantum()
1063 WandExport void PixelGetHSL(const PixelWand *wand,double *hue, in PixelGetHSL()
1097 WandExport Quantum PixelGetIndex(const PixelWand *wand) in PixelGetIndex()
1128 WandExport double PixelGetMagenta(const PixelWand *wand) in PixelGetMagenta()
1159 WandExport Quantum PixelGetMagentaQuantum(const PixelWand *wand) in PixelGetMagentaQuantum()
1192 WandExport void PixelGetMagickColor(const PixelWand *wand, in PixelGetMagickColor()
1225 WandExport PixelInfo PixelGetPixel(const PixelWand *wand) in PixelGetPixel()
1258 WandExport void PixelGetQuantumPacket(const PixelWand *wand,PixelInfo *packet) in PixelGetQuantumPacket()
1314 WandExport void PixelGetQuantumPixel(const Image *image,const PixelWand *wand, in PixelGetQuantumPixel()
1364 WandExport double PixelGetRed(const PixelWand *wand) in PixelGetRed()
1395 WandExport Quantum PixelGetRedQuantum(const PixelWand *wand) in PixelGetRedQuantum()
1426 WandExport double PixelGetYellow(const PixelWand *wand) in PixelGetYellow()
1457 WandExport Quantum PixelGetYellowQuantum(const PixelWand *wand) in PixelGetYellowQuantum()
1491 WandExport void PixelSetAlpha(PixelWand *wand,const double alpha) in PixelSetAlpha()
1524 WandExport void PixelSetAlphaQuantum(PixelWand *wand,const Quantum alpha) in PixelSetAlphaQuantum()
1557 WandExport void PixelSetBlack(PixelWand *wand,const double black) in PixelSetBlack()
1590 WandExport void PixelSetBlackQuantum(PixelWand *wand,const Quantum black) in PixelSetBlackQuantum()
1623 WandExport void PixelSetBlue(PixelWand *wand,const double blue) in PixelSetBlue()
1656 WandExport void PixelSetBlueQuantum(PixelWand *wand,const Quantum blue) in PixelSetBlueQuantum()
1690 WandExport MagickBooleanType PixelSetColor(PixelWand *wand,const char *color) in PixelSetColor()
1732 WandExport void PixelSetColorCount(PixelWand *wand,const size_t count) in PixelSetColorCount()
1765 WandExport void PixelSetColorFromWand(PixelWand *wand,const PixelWand *color) in PixelSetColorFromWand()
1799 WandExport void PixelSetCyan(PixelWand *wand,const double cyan) in PixelSetCyan()
1832 WandExport void PixelSetCyanQuantum(PixelWand *wand,const Quantum cyan) in PixelSetCyanQuantum()
1865 WandExport void PixelSetFuzz(PixelWand *wand,const double fuzz) in PixelSetFuzz()
1898 WandExport void PixelSetGreen(PixelWand *wand,const double green) in PixelSetGreen()
1931 WandExport void PixelSetGreenQuantum(PixelWand *wand,const Quantum green) in PixelSetGreenQuantum()
1966 WandExport void PixelSetHSL(PixelWand *wand,const double hue, in PixelSetHSL()
2008 WandExport void PixelSetIndex(PixelWand *wand,const Quantum index) in PixelSetIndex()
2041 WandExport void PixelSetMagenta(PixelWand *wand,const double magenta) in PixelSetMagenta()
2075 WandExport void PixelSetMagentaQuantum(PixelWand *wand,const Quantum magenta) in PixelSetMagentaQuantum()
2108 WandExport void PixelSetPixelColor(PixelWand *wand,const PixelInfo *color) in PixelSetPixelColor()
2143 WandExport void PixelSetQuantumPixel(const Image *image,const Quantum *pixel, in PixelSetQuantumPixel()
2184 WandExport void PixelSetRed(PixelWand *wand,const double red) in PixelSetRed()
2217 WandExport void PixelSetRedQuantum(PixelWand *wand,const Quantum red) in PixelSetRedQuantum()
2250 WandExport void PixelSetYellow(PixelWand *wand,const double yellow) in PixelSetYellow()
2283 WandExport void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow) in PixelSetYellowQuantum()