Home | History | Annotate | Download | only in effects

Lines Matching full:duff

25  * Wraps the shader outputs and HW blend state that comprise a Porter Duff blend mode with coverage.
138 * Porter Duff formula.
350 const char* name() const override { return "Porter Duff"; }
515 const char* name() const override { return "Porter Duff Shader"; }
590 const char* name() const override { return "Porter Duff LCD"; }
835 if (!!strcmp(xp->name(), "Porter Duff")) {