Lines Matching refs:dst
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.
87 kDC, /** dst color */
88 kIDC, /** inverse dst color (i.e. 1 - dc) */
91 kDA, /** dst alpha */
92 kIDA, /** inverse dst alpha (i.e. 1 - da) */
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);