Searched refs:kThousandthMaxInt (Results 1 – 1 of 1) sorted by relevance
39 constexpr int kThousandthMaxInt = std::numeric_limits<int>::max() / 1000; variable439 if (horiAdvance < kThousandthMinInt || horiAdvance > kThousandthMaxInt) in GetGlyphWidthImpl()468 if (ascender < kThousandthMinInt || ascender > kThousandthMaxInt) in GetAscent()479 if (descender < kThousandthMinInt || descender > kThousandthMaxInt) in GetDescent()