Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp239 const uint32_t kMaxSimpleFontChar = 0xFF; variable
257 if (currentChar > kMaxSimpleFontChar || glyphIndex == 0) in LoadSimpleFont()
266 if (nextChar > kMaxSimpleFontChar || glyphIndex == 0) in LoadSimpleFont()