Searched refs:kThousandthMaxInt (Results 1 – 1 of 1) sorted by relevance
33 constexpr int kThousandthMaxInt = std::numeric_limits<int>::max() / 1000; variable374 if (horiAdvance < 0 || horiAdvance > kThousandthMaxInt) in GetGlyphWidth()402 if (ascender < kThousandthMinInt || ascender > kThousandthMaxInt) in GetAscent()413 if (descender < kThousandthMinInt || descender > kThousandthMaxInt) in GetDescent()