Lines Matching refs:k3
76 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onSetData()
87 GrArithmeticFP::GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor, in GrArithmeticFP() argument
89 : fK1(k1), fK2(k2), fK3(k3), fK4(k4), fEnforcePMColor(enforcePMColor) { in GrArithmeticFP()
124 float k3 = d->fRandom->nextF(); in TestCreate() local
129 return new GrArithmeticFP(k1, k2, k3, k4, enforcePMColor, dst); in TestCreate()
141 float k1, float k2, float k3, float k4, bool enforcePMColor);
149 float k3() const { return fK3; } in k3() function in ArithmeticXP
220 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onSetData()
233 float k1, float k2, float k3, float k4, bool enforcePMColor) in ArithmeticXP() argument
237 , fK3(k3) in ArithmeticXP()
259 GrArithmeticXPFactory::GrArithmeticXPFactory(float k1, float k2, float k3, float k4, in GrArithmeticXPFactory() argument
261 : fK1(k1), fK2(k2), fK3(k3), fK4(k4), fEnforcePMColor(enforcePMColor) { in GrArithmeticXPFactory()
289 float k3 = d->fRandom->nextF(); in TestCreate() local
293 return GrArithmeticXPFactory::Create(k1, k2, k3, k4, enforcePMColor); in TestCreate()