Home
last modified time | relevance | path

Searched refs:kFactor (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp283 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local
284 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()
285 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()

Completed in 2 milliseconds