Home
last modified time | relevance | path

Searched refs:FxEvaluateChannelExpression (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dfx-private.h34 FxEvaluateChannelExpression(FxInfo *,const PixelChannel,const ssize_t,
Dproperty.c3853 status=FxEvaluateChannelExpression(fx_info,CompositePixelChannel,0,0, in InterpretImageProperties()
3886 status=FxEvaluateChannelExpression(fx_info,RedPixelChannel,0,0, in InterpretImageProperties()
3889 status&=FxEvaluateChannelExpression(fx_info,GreenPixelChannel,0,0, in InterpretImageProperties()
3892 status&=FxEvaluateChannelExpression(fx_info,BluePixelChannel,0,0, in InterpretImageProperties()
3897 status&=FxEvaluateChannelExpression(fx_info,BlackPixelChannel,0,0, in InterpretImageProperties()
3901 status&=FxEvaluateChannelExpression(fx_info,AlphaPixelChannel,0,0, in InterpretImageProperties()
3934 status=FxEvaluateChannelExpression(fx_info,RedPixelChannel,0,0, in InterpretImageProperties()
3937 status&=FxEvaluateChannelExpression(fx_info,GreenPixelChannel,0,0, in InterpretImageProperties()
3940 status&=FxEvaluateChannelExpression(fx_info,BluePixelChannel,0,0, in InterpretImageProperties()
3945 status&=FxEvaluateChannelExpression(fx_info,BlackPixelChannel,0,0, in InterpretImageProperties()
[all …]
Dfx.c2683 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxEvaluateExpression()
2699 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxPreprocessExpression()
2705 MagickPrivate MagickBooleanType FxEvaluateChannelExpression(FxInfo *fx_info, in FxEvaluateChannelExpression() function
2910 (void) FxEvaluateChannelExpression(fx_info[id],channel,x,y,&alpha, in FxImage()
Dmethods.h350 #define FxEvaluateChannelExpression PrependMagickMethod(FxEvaluateChannelExpression) macro