Searched refs:GetFontIndex (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 116 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/ |
D | PWL_FontMap.h | 101 FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind);
|