Lines Matching refs:PixelWand

109 WandExport void ClearPixelWand(PixelWand *wand)  in ClearPixelWand()
111 assert(wand != (PixelWand *) NULL); in ClearPixelWand()
142 WandExport PixelWand *ClonePixelWand(const PixelWand *wand) in ClonePixelWand()
144 PixelWand in ClonePixelWand()
147 assert(wand != (PixelWand *) NULL); in ClonePixelWand()
151 clone_wand=(PixelWand *) AcquireMagickMemory(sizeof(*clone_wand)); in ClonePixelWand()
152 if (clone_wand == (PixelWand *) NULL) in ClonePixelWand()
195 WandExport PixelWand **ClonePixelWands(const PixelWand **wands, in ClonePixelWands()
201 PixelWand in ClonePixelWands()
204 clone_wands=(PixelWand **) AcquireQuantumMemory((size_t) number_wands, in ClonePixelWands()
206 if (clone_wands == (PixelWand **) NULL) in ClonePixelWands()
236 WandExport PixelWand *DestroyPixelWand(PixelWand *wand) in DestroyPixelWand()
238 assert(wand != (PixelWand *) NULL); in DestroyPixelWand()
245 wand=(PixelWand *) RelinquishMagickMemory(wand); in DestroyPixelWand()
275 WandExport PixelWand **DestroyPixelWands(PixelWand **wand, in DestroyPixelWands()
281 assert(wand != (PixelWand **) NULL); in DestroyPixelWands()
282 assert(*wand != (PixelWand *) NULL); in DestroyPixelWands()
288 wand=(PixelWand **) RelinquishMagickMemory(wand); in DestroyPixelWands()
321 WandExport MagickBooleanType IsPixelWandSimilar(PixelWand *p,PixelWand *q, in IsPixelWandSimilar()
324 assert(p != (PixelWand *) NULL); in IsPixelWandSimilar()
328 assert(q != (PixelWand *) NULL); in IsPixelWandSimilar()
359 WandExport MagickBooleanType IsPixelWand(const PixelWand *wand) in IsPixelWand()
361 if (wand == (const PixelWand *) NULL) in IsPixelWand()
388 WandExport PixelWand *NewPixelWand(void) in NewPixelWand()
393 PixelWand in NewPixelWand()
403 wand=(PixelWand *) AcquireMagickMemory(sizeof(*wand)); in NewPixelWand()
404 if (wand == (PixelWand *) NULL) in NewPixelWand()
442 WandExport PixelWand **NewPixelWands(const size_t number_wands) in NewPixelWands()
447 PixelWand in NewPixelWands()
450 wands=(PixelWand **) AcquireQuantumMemory((size_t) number_wands, in NewPixelWands()
452 if (wands == (PixelWand **) NULL) in NewPixelWands()
482 WandExport MagickBooleanType PixelClearException(PixelWand *wand) in PixelClearException()
484 assert(wand != (PixelWand *) NULL); in PixelClearException()
514 WandExport double PixelGetAlpha(const PixelWand *wand) in PixelGetAlpha()
516 assert(wand != (const PixelWand *) NULL); in PixelGetAlpha()
545 WandExport Quantum PixelGetAlphaQuantum(const PixelWand *wand) in PixelGetAlphaQuantum()
547 assert(wand != (const PixelWand *) NULL); in PixelGetAlphaQuantum()
576 WandExport double PixelGetBlack(const PixelWand *wand) in PixelGetBlack()
578 assert(wand != (const PixelWand *) NULL); in PixelGetBlack()
607 WandExport Quantum PixelGetBlackQuantum(const PixelWand *wand) in PixelGetBlackQuantum()
609 assert(wand != (const PixelWand *) NULL); in PixelGetBlackQuantum()
638 WandExport double PixelGetBlue(const PixelWand *wand) in PixelGetBlue()
640 assert(wand != (const PixelWand *) NULL); in PixelGetBlue()
669 WandExport Quantum PixelGetBlueQuantum(const PixelWand *wand) in PixelGetBlueQuantum()
671 assert(wand != (const PixelWand *) NULL); in PixelGetBlueQuantum()
700 WandExport char *PixelGetColorAsString(const PixelWand *wand) in PixelGetColorAsString()
708 assert(wand != (const PixelWand *) NULL); in PixelGetColorAsString()
741 WandExport char *PixelGetColorAsNormalizedString(const PixelWand *wand) in PixelGetColorAsNormalizedString()
746 assert(wand != (const PixelWand *) NULL); in PixelGetColorAsNormalizedString()
784 WandExport size_t PixelGetColorCount(const PixelWand *wand) in PixelGetColorCount()
786 assert(wand != (const PixelWand *) NULL); in PixelGetColorCount()
815 WandExport double PixelGetCyan(const PixelWand *wand) in PixelGetCyan()
817 assert(wand != (const PixelWand *) NULL); in PixelGetCyan()
846 WandExport Quantum PixelGetCyanQuantum(const PixelWand *wand) in PixelGetCyanQuantum()
848 assert(wand != (const PixelWand *) NULL); in PixelGetCyanQuantum()
880 WandExport char *PixelGetException(const PixelWand *wand, in PixelGetException()
886 assert(wand != (const PixelWand *) NULL); in PixelGetException()
935 WandExport ExceptionType PixelGetExceptionType(const PixelWand *wand) in PixelGetExceptionType()
937 assert(wand != (const PixelWand *) NULL); in PixelGetExceptionType()
966 WandExport double PixelGetFuzz(const PixelWand *wand) in PixelGetFuzz()
968 assert(wand != (const PixelWand *) NULL); in PixelGetFuzz()
997 WandExport double PixelGetGreen(const PixelWand *wand) in PixelGetGreen()
999 assert(wand != (const PixelWand *) NULL); in PixelGetGreen()
1028 WandExport Quantum PixelGetGreenQuantum(const PixelWand *wand) in PixelGetGreenQuantum()
1030 assert(wand != (const PixelWand *) NULL); in PixelGetGreenQuantum()
1063 WandExport void PixelGetHSL(const PixelWand *wand,double *hue, in PixelGetHSL()
1066 assert(wand != (const PixelWand *) NULL); in PixelGetHSL()
1097 WandExport Quantum PixelGetIndex(const PixelWand *wand) in PixelGetIndex()
1099 assert(wand != (const PixelWand *) NULL); in PixelGetIndex()
1128 WandExport double PixelGetMagenta(const PixelWand *wand) in PixelGetMagenta()
1130 assert(wand != (const PixelWand *) NULL); in PixelGetMagenta()
1159 WandExport Quantum PixelGetMagentaQuantum(const PixelWand *wand) in PixelGetMagentaQuantum()
1161 assert(wand != (const PixelWand *) NULL); in PixelGetMagentaQuantum()
1192 WandExport void PixelGetMagickColor(const PixelWand *wand, in PixelGetMagickColor()
1195 assert(wand != (const PixelWand *) NULL); in PixelGetMagickColor()
1225 WandExport PixelInfo PixelGetPixel(const PixelWand *wand) in PixelGetPixel()
1227 assert(wand != (const PixelWand *) NULL); in PixelGetPixel()
1258 WandExport void PixelGetQuantumPacket(const PixelWand *wand,PixelInfo *packet) in PixelGetQuantumPacket()
1260 assert(wand != (const PixelWand *) NULL); in PixelGetQuantumPacket()
1314 WandExport void PixelGetQuantumPixel(const Image *image,const PixelWand *wand, in PixelGetQuantumPixel()
1317 assert(wand != (const PixelWand *) NULL); in PixelGetQuantumPixel()
1364 WandExport double PixelGetRed(const PixelWand *wand) in PixelGetRed()
1366 assert(wand != (const PixelWand *) NULL); in PixelGetRed()
1395 WandExport Quantum PixelGetRedQuantum(const PixelWand *wand) in PixelGetRedQuantum()
1397 assert(wand != (const PixelWand *) NULL); in PixelGetRedQuantum()
1426 WandExport double PixelGetYellow(const PixelWand *wand) in PixelGetYellow()
1428 assert(wand != (const PixelWand *) NULL); in PixelGetYellow()
1457 WandExport Quantum PixelGetYellowQuantum(const PixelWand *wand) in PixelGetYellowQuantum()
1459 assert(wand != (const PixelWand *) NULL); in PixelGetYellowQuantum()
1491 WandExport void PixelSetAlpha(PixelWand *wand,const double alpha) in PixelSetAlpha()
1493 assert(wand != (const PixelWand *) NULL); in PixelSetAlpha()
1524 WandExport void PixelSetAlphaQuantum(PixelWand *wand,const Quantum alpha) in PixelSetAlphaQuantum()
1526 assert(wand != (const PixelWand *) NULL); in PixelSetAlphaQuantum()
1557 WandExport void PixelSetBlack(PixelWand *wand,const double black) in PixelSetBlack()
1559 assert(wand != (const PixelWand *) NULL); in PixelSetBlack()
1590 WandExport void PixelSetBlackQuantum(PixelWand *wand,const Quantum black) in PixelSetBlackQuantum()
1592 assert(wand != (const PixelWand *) NULL); in PixelSetBlackQuantum()
1623 WandExport void PixelSetBlue(PixelWand *wand,const double blue) in PixelSetBlue()
1625 assert(wand != (const PixelWand *) NULL); in PixelSetBlue()
1656 WandExport void PixelSetBlueQuantum(PixelWand *wand,const Quantum blue) in PixelSetBlueQuantum()
1658 assert(wand != (const PixelWand *) NULL); in PixelSetBlueQuantum()
1690 WandExport MagickBooleanType PixelSetColor(PixelWand *wand,const char *color) in PixelSetColor()
1698 assert(wand != (const PixelWand *) NULL); in PixelSetColor()
1732 WandExport void PixelSetColorCount(PixelWand *wand,const size_t count) in PixelSetColorCount()
1734 assert(wand != (const PixelWand *) NULL); in PixelSetColorCount()
1765 WandExport void PixelSetColorFromWand(PixelWand *wand,const PixelWand *color) in PixelSetColorFromWand()
1767 assert(wand != (const PixelWand *) NULL); in PixelSetColorFromWand()
1771 assert(color != (const PixelWand *) NULL); in PixelSetColorFromWand()
1799 WandExport void PixelSetCyan(PixelWand *wand,const double cyan) in PixelSetCyan()
1801 assert(wand != (const PixelWand *) NULL); in PixelSetCyan()
1832 WandExport void PixelSetCyanQuantum(PixelWand *wand,const Quantum cyan) in PixelSetCyanQuantum()
1834 assert(wand != (const PixelWand *) NULL); in PixelSetCyanQuantum()
1865 WandExport void PixelSetFuzz(PixelWand *wand,const double fuzz) in PixelSetFuzz()
1867 assert(wand != (const PixelWand *) NULL); in PixelSetFuzz()
1898 WandExport void PixelSetGreen(PixelWand *wand,const double green) in PixelSetGreen()
1900 assert(wand != (const PixelWand *) NULL); in PixelSetGreen()
1931 WandExport void PixelSetGreenQuantum(PixelWand *wand,const Quantum green) in PixelSetGreenQuantum()
1933 assert(wand != (const PixelWand *) NULL); in PixelSetGreenQuantum()
1966 WandExport void PixelSetHSL(PixelWand *wand,const double hue, in PixelSetHSL()
1974 assert(wand != (const PixelWand *) NULL); in PixelSetHSL()
2008 WandExport void PixelSetIndex(PixelWand *wand,const Quantum index) in PixelSetIndex()
2010 assert(wand != (const PixelWand *) NULL); in PixelSetIndex()
2041 WandExport void PixelSetMagenta(PixelWand *wand,const double magenta) in PixelSetMagenta()
2043 assert(wand != (const PixelWand *) NULL); in PixelSetMagenta()
2075 WandExport void PixelSetMagentaQuantum(PixelWand *wand,const Quantum magenta) in PixelSetMagentaQuantum()
2077 assert(wand != (const PixelWand *) NULL); in PixelSetMagentaQuantum()
2108 WandExport void PixelSetPixelColor(PixelWand *wand,const PixelInfo *color) in PixelSetPixelColor()
2110 assert(wand != (const PixelWand *) NULL); in PixelSetPixelColor()
2144 PixelWand *wand) in PixelSetQuantumPixel()
2146 assert(wand != (const PixelWand *) NULL); in PixelSetQuantumPixel()
2184 WandExport void PixelSetRed(PixelWand *wand,const double red) in PixelSetRed()
2186 assert(wand != (const PixelWand *) NULL); in PixelSetRed()
2217 WandExport void PixelSetRedQuantum(PixelWand *wand,const Quantum red) in PixelSetRedQuantum()
2219 assert(wand != (const PixelWand *) NULL); in PixelSetRedQuantum()
2250 WandExport void PixelSetYellow(PixelWand *wand,const double yellow) in PixelSetYellow()
2252 assert(wand != (const PixelWand *) NULL); in PixelSetYellow()
2283 WandExport void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow) in PixelSetYellowQuantum()
2285 assert(wand != (const PixelWand *) NULL); in PixelSetYellowQuantum()