Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp286 static constexpr uint32_t kMaxSimpleFontChar = 0xFF; in LoadSimpleFont() local
287 if (dwCurrentChar > kMaxSimpleFontChar || dwGlyphIndex == 0) in LoadSimpleFont()
300 if (nextChar > kMaxSimpleFontChar || dwGlyphIndex == 0) in LoadSimpleFont()