Lines Matching refs:k4
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()
125 float k4 = 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);
150 float k4() const { return fK4; } in k4() 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
238 , fK4(k4) 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()
290 float k4 = d->fRandom->nextF(); in TestCreate() local
293 return GrArithmeticXPFactory::Create(k1, k2, k3, k4, enforcePMColor); in TestCreate()