Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp33 constexpr int kThousandthMaxInt = std::numeric_limits<int>::max() / 1000; variable
374 if (horiAdvance < 0 || horiAdvance > kThousandthMaxInt) in GetGlyphWidth()
402 if (ascender < kThousandthMinInt || ascender > kThousandthMaxInt) in GetAscent()
413 if (descender < kThousandthMinInt || descender > kThousandthMaxInt) in GetDescent()