Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp106 int32_t nNewFontIndex = in GetWordFontIndex() local
108 if (nNewFontIndex >= 0) { in GetWordFontIndex()
109 if (KnowWord(nNewFontIndex, word)) in GetWordFontIndex()
110 return nNewFontIndex; in GetWordFontIndex()
112 nNewFontIndex = GetFontIndex("Arial Unicode MS", DEFAULT_CHARSET, FALSE); in GetWordFontIndex()
113 if (nNewFontIndex >= 0) { in GetWordFontIndex()
114 if (KnowWord(nNewFontIndex, word)) in GetWordFontIndex()
115 return nNewFontIndex; in GetWordFontIndex()