Lines Matching refs:WandExport

109 WandExport void ClearPixelWand(PixelWand *wand)  in ClearPixelWand()
142 WandExport PixelWand *ClonePixelWand(const PixelWand *wand) in ClonePixelWand()
192 WandExport PixelWand **ClonePixelWands(const PixelWand **wands, in ClonePixelWands()
230 WandExport PixelWand *DestroyPixelWand(PixelWand *wand) in DestroyPixelWand()
269 WandExport PixelWand **DestroyPixelWands(PixelWand **wand, in DestroyPixelWands()
315 WandExport MagickBooleanType IsPixelWandSimilar(PixelWand *p,PixelWand *q, in IsPixelWandSimilar()
353 WandExport MagickBooleanType IsPixelWand(const PixelWand *wand) in IsPixelWand()
382 WandExport PixelWand *NewPixelWand(void) in NewPixelWand()
433 WandExport PixelWand **NewPixelWands(const size_t number_wands) in NewPixelWands()
470 WandExport MagickBooleanType PixelClearException(PixelWand *wand) in PixelClearException()
502 WandExport double PixelGetAlpha(const PixelWand *wand) in PixelGetAlpha()
533 WandExport Quantum PixelGetAlphaQuantum(const PixelWand *wand) in PixelGetAlphaQuantum()
564 WandExport double PixelGetBlack(const PixelWand *wand) in PixelGetBlack()
595 WandExport Quantum PixelGetBlackQuantum(const PixelWand *wand) in PixelGetBlackQuantum()
626 WandExport double PixelGetBlue(const PixelWand *wand) in PixelGetBlue()
657 WandExport Quantum PixelGetBlueQuantum(const PixelWand *wand) in PixelGetBlueQuantum()
688 WandExport char *PixelGetColorAsString(const PixelWand *wand) in PixelGetColorAsString()
729 WandExport char *PixelGetColorAsNormalizedString(const PixelWand *wand) in PixelGetColorAsNormalizedString()
772 WandExport size_t PixelGetColorCount(const PixelWand *wand) in PixelGetColorCount()
803 WandExport double PixelGetCyan(const PixelWand *wand) in PixelGetCyan()
834 WandExport Quantum PixelGetCyanQuantum(const PixelWand *wand) in PixelGetCyanQuantum()
868 WandExport char *PixelGetException(const PixelWand *wand, in PixelGetException()
923 WandExport ExceptionType PixelGetExceptionType(const PixelWand *wand) in PixelGetExceptionType()
954 WandExport double PixelGetFuzz(const PixelWand *wand) in PixelGetFuzz()
985 WandExport double PixelGetGreen(const PixelWand *wand) in PixelGetGreen()
1016 WandExport Quantum PixelGetGreenQuantum(const PixelWand *wand) in PixelGetGreenQuantum()
1051 WandExport void PixelGetHSL(const PixelWand *wand,double *hue, in PixelGetHSL()
1085 WandExport Quantum PixelGetIndex(const PixelWand *wand) in PixelGetIndex()
1116 WandExport double PixelGetMagenta(const PixelWand *wand) in PixelGetMagenta()
1147 WandExport Quantum PixelGetMagentaQuantum(const PixelWand *wand) in PixelGetMagentaQuantum()
1180 WandExport void PixelGetMagickColor(const PixelWand *wand, in PixelGetMagickColor()
1213 WandExport PixelInfo PixelGetPixel(const PixelWand *wand) in PixelGetPixel()
1246 WandExport void PixelGetQuantumPacket(const PixelWand *wand,PixelInfo *packet) in PixelGetQuantumPacket()
1302 WandExport void PixelGetQuantumPixel(const Image *image,const PixelWand *wand, in PixelGetQuantumPixel()
1352 WandExport double PixelGetRed(const PixelWand *wand) in PixelGetRed()
1383 WandExport Quantum PixelGetRedQuantum(const PixelWand *wand) in PixelGetRedQuantum()
1414 WandExport double PixelGetYellow(const PixelWand *wand) in PixelGetYellow()
1445 WandExport Quantum PixelGetYellowQuantum(const PixelWand *wand) in PixelGetYellowQuantum()
1479 WandExport void PixelSetAlpha(PixelWand *wand,const double alpha) in PixelSetAlpha()
1512 WandExport void PixelSetAlphaQuantum(PixelWand *wand,const Quantum alpha) in PixelSetAlphaQuantum()
1545 WandExport void PixelSetBlack(PixelWand *wand,const double black) in PixelSetBlack()
1578 WandExport void PixelSetBlackQuantum(PixelWand *wand,const Quantum black) in PixelSetBlackQuantum()
1611 WandExport void PixelSetBlue(PixelWand *wand,const double blue) in PixelSetBlue()
1644 WandExport void PixelSetBlueQuantum(PixelWand *wand,const Quantum blue) in PixelSetBlueQuantum()
1678 WandExport MagickBooleanType PixelSetColor(PixelWand *wand,const char *color) in PixelSetColor()
1720 WandExport void PixelSetColorCount(PixelWand *wand,const size_t count) in PixelSetColorCount()
1753 WandExport void PixelSetColorFromWand(PixelWand *wand,const PixelWand *color) in PixelSetColorFromWand()
1787 WandExport void PixelSetCyan(PixelWand *wand,const double cyan) in PixelSetCyan()
1820 WandExport void PixelSetCyanQuantum(PixelWand *wand,const Quantum cyan) in PixelSetCyanQuantum()
1853 WandExport void PixelSetFuzz(PixelWand *wand,const double fuzz) in PixelSetFuzz()
1886 WandExport void PixelSetGreen(PixelWand *wand,const double green) in PixelSetGreen()
1919 WandExport void PixelSetGreenQuantum(PixelWand *wand,const Quantum green) in PixelSetGreenQuantum()
1954 WandExport void PixelSetHSL(PixelWand *wand,const double hue, in PixelSetHSL()
1996 WandExport void PixelSetIndex(PixelWand *wand,const Quantum index) in PixelSetIndex()
2029 WandExport void PixelSetMagenta(PixelWand *wand,const double magenta) in PixelSetMagenta()
2063 WandExport void PixelSetMagentaQuantum(PixelWand *wand,const Quantum magenta) in PixelSetMagentaQuantum()
2096 WandExport void PixelSetPixelColor(PixelWand *wand,const PixelInfo *color) in PixelSetPixelColor()
2131 WandExport void PixelSetQuantumPixel(const Image *image,const Quantum *pixel, in PixelSetQuantumPixel()
2172 WandExport void PixelSetRed(PixelWand *wand,const double red) in PixelSetRed()
2205 WandExport void PixelSetRedQuantum(PixelWand *wand,const Quantum red) in PixelSetRedQuantum()
2238 WandExport void PixelSetYellow(PixelWand *wand,const double yellow) in PixelSetYellow()
2271 WandExport void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow) in PixelSetYellowQuantum()