Lines Matching refs:src
79 * ('dstCoeff' * dst + 'srcCoeff' * src), where the coefficient values are constants, functions of
80 * the src or dst alpha, or functions of the src or dst color.
85 kSC, /** src color */
86 kISC, /** inverse src color (i.e. 1 - sc) */
89 kSA, /** src alpha */
90 kISA, /** inverse src alpha (i.e. 1 - sa) */
99 * returned, the mode's src and dst coefficient functions are set in 'src' and 'dst'.
101 SK_API bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst);