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.c3733 status=FxEvaluateChannelExpression(fx_info,CompositePixelChannel,0,0, in InterpretImageProperties()
3766 status=FxEvaluateChannelExpression(fx_info,RedPixelChannel,0,0, in InterpretImageProperties()
3769 status&=FxEvaluateChannelExpression(fx_info,GreenPixelChannel,0,0, in InterpretImageProperties()
3772 status&=FxEvaluateChannelExpression(fx_info,BluePixelChannel,0,0, in InterpretImageProperties()
3777 status&=FxEvaluateChannelExpression(fx_info,BlackPixelChannel,0,0, in InterpretImageProperties()
3781 status&=FxEvaluateChannelExpression(fx_info,AlphaPixelChannel,0,0, in InterpretImageProperties()
3817 status=FxEvaluateChannelExpression(fx_info,RedPixelChannel,0,0, in InterpretImageProperties()
3820 status&=FxEvaluateChannelExpression(fx_info,GreenPixelChannel,0,0, in InterpretImageProperties()
3823 status&=FxEvaluateChannelExpression(fx_info,BluePixelChannel,0,0, in InterpretImageProperties()
3828 status&=FxEvaluateChannelExpression(fx_info,BlackPixelChannel,0,0, in InterpretImageProperties()
[all …]
Dmethods.h327 #define FxEvaluateChannelExpression PrependMagickMethod(FxEvaluateChannelExpression) macro
Dfx.c2993 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxEvaluateExpression()
3009 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxPreprocessExpression()
3015 MagickPrivate MagickBooleanType FxEvaluateChannelExpression(FxInfo *fx_info, in FxEvaluateChannelExpression() function
3219 (void) FxEvaluateChannelExpression(fx_info[id],channel,x,y,&alpha, in FxImage()