Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp39 constexpr int kThousandthMaxInt = std::numeric_limits<int>::max() / 1000; variable
439 if (horiAdvance < kThousandthMinInt || horiAdvance > kThousandthMaxInt) in GetGlyphWidthImpl()
468 if (ascender < kThousandthMinInt || ascender > kThousandthMaxInt) in GetAscent()
479 if (descender < kThousandthMinInt || descender > kThousandthMaxInt) in GetDescent()