HomeSort by relevance Sort by last modified time
    Searched refs:GetFontIndex (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 96 FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 116 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)

Completed in 383 milliseconds