• Home
  • Raw
  • Download

Lines Matching refs:fx_info

3724             *fx_info;  in InterpretImageProperties()  local
3732 fx_info=AcquireFxInfo(property_image,pattern+3,exception); in InterpretImageProperties()
3733 status=FxEvaluateChannelExpression(fx_info,CompositePixelChannel,0,0, in InterpretImageProperties()
3735 fx_info=DestroyFxInfo(fx_info); in InterpretImageProperties()
3753 *fx_info; in InterpretImageProperties() local
3765 fx_info=AcquireFxInfo(property_image,pattern+4,exception); 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()
3784 fx_info=DestroyFxInfo(fx_info); in InterpretImageProperties()
3804 *fx_info; in InterpretImageProperties() local
3816 fx_info=AcquireFxInfo(property_image,pattern+6,exception); 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()
3832 status&=FxEvaluateChannelExpression(fx_info,AlphaPixelChannel,0,0, in InterpretImageProperties()
3835 fx_info=DestroyFxInfo(fx_info); in InterpretImageProperties()