Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp80 FX_BOOL CPWL_FontMap::KnowWord(int32_t nFontIndex, FX_WORD word) { in KnowWord() function in CPWL_FontMap
94 if (KnowWord(nFontIndex, word)) in GetWordFontIndex()
100 if (KnowWord(0, word)) in GetWordFontIndex()
109 if (KnowWord(nNewFontIndex, word)) in GetWordFontIndex()
114 if (KnowWord(nNewFontIndex, word)) in GetWordFontIndex()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h89 FX_BOOL KnowWord(int32_t nFontIndex, FX_WORD word);