Lines Matching refs:fx_info
3844 *fx_info; in InterpretImageProperties() local
3852 fx_info=AcquireFxInfo(property_image,pattern+3,exception); in InterpretImageProperties()
3853 status=FxEvaluateChannelExpression(fx_info,CompositePixelChannel,0,0, in InterpretImageProperties()
3855 fx_info=DestroyFxInfo(fx_info); in InterpretImageProperties()
3873 *fx_info; in InterpretImageProperties() local
3885 fx_info=AcquireFxInfo(property_image,pattern+4,exception); 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()
3904 fx_info=DestroyFxInfo(fx_info); in InterpretImageProperties()
3921 *fx_info; in InterpretImageProperties() local
3933 fx_info=AcquireFxInfo(property_image,pattern+6,exception); 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()
3949 status&=FxEvaluateChannelExpression(fx_info,AlphaPixelChannel,0,0, in InterpretImageProperties()
3952 fx_info=DestroyFxInfo(fx_info); in InterpretImageProperties()