Home
last modified time | relevance | path

Searched refs:xor_4f (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkXfermode.cpp83 static Sk4f xor_4f(const Sk4f& s, const Sk4f& d) { return s * inv_alpha(d) + d * inv_alpha(s);} in xor_4f() function
960 …{ xor_modeproc, proc_4f<xor_4f>, SkXfermode::kIDA_Coeff, SkXfermode::kISA_Coeff…