Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp116 nNewFontIndex = this->GetFontIndex(GetNativeFontName(nCharset), nCharset, TRUE); in GetWordFontIndex()
123 nNewFontIndex = this->GetFontIndex("Arial Unicode MS", DEFAULT_CHARSET, FALSE); in GetWordFontIndex()
205 GetFontIndex(sFontName, ANSI_CHARSET, FALSE); in Initial()
252 FX_INT32 CPWL_FontMap::GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFi… in GetFontIndex() function in CPWL_FontMap
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h101 FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind);