Home | History | Annotate | Download | only in rendering

Lines Matching refs:nullFunction

212             ComponentTransferFunction nullFunction;
213 effect = FEComponentTransfer::create(this, transferFunction, transferFunction, transferFunction, nullFunction);
225 ComponentTransferFunction nullFunction;
226 effect = FEComponentTransfer::create(this, nullFunction, nullFunction, nullFunction, transferFunction);
236 ComponentTransferFunction nullFunction;
237 effect = FEComponentTransfer::create(this, transferFunction, transferFunction, transferFunction, nullFunction);
248 ComponentTransferFunction nullFunction;
249 effect = FEComponentTransfer::create(this, transferFunction, transferFunction, transferFunction, nullFunction);