Home
last modified time | relevance | path

Searched refs:kThousandthMinInt (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_font.cpp31 constexpr int kThousandthMinInt = std::numeric_limits<int>::min() / 1000; variable
310 if (horiAdvance < kThousandthMinInt || horiAdvance > kThousandthMaxInt) in GetGlyphWidth()
335 if (ascender < kThousandthMinInt || ascender > kThousandthMaxInt) in GetAscent()
346 if (descender < kThousandthMinInt || descender > kThousandthMaxInt) in GetDescent()