Home | History | Annotate | Download | only in core

Lines Matching defs:Coeff

44     enum Coeff {
60 in Coeff, then asCoeff() returns true, and sets (if not null) src and
74 virtual bool asCoeff(Coeff* src, Coeff* dst) const;
80 static bool AsCoeff(const SkXfermode*, Coeff* src, Coeff* dst);
180 * If the specified mode can be represented by a pair of Coeff, then return
185 static bool ModeAsCoeff(Mode mode, Coeff* src, Coeff* dst);
209 static bool asFragmentProcessorOrCoeff(SkXfermode*, GrFragmentProcessor**, Coeff* src,
210 Coeff* dst, GrTexture* background = NULL);