Searched refs:kFactor (Results 1 – 3 of 3) sorted by relevance
70 const int kFactor = EulerSystem::IsGammaOpposite ? -1 : 1; in verify_euler_ranged() local91 eabis2[2] *= kFactor; in verify_euler_ranged()
275 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local276 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()277 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()
282 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local283 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()284 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()