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

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

Completed in 91 milliseconds