HomeSort by relevance Sort by last modified time
    Searched defs:FindFont (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 185 int32_t CPWL_FontMap::FindFont(const CFX_ByteString& sFontName,
202 int32_t nFontIndex = FindFont(EncodeFontAlias(sFontName, nCharset), nCharset);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 169 m_pFDEFont = FWL_GetFontManager()->FindFont(strFont, 0, 0);
196 m_pFDEFont = FWL_GetFontManager()->FindFont(FX_WSTRC(L"Helvetica"), 0, 0);
752 IFX_Font* CFWL_FontManager::FindFont(const CFX_WideStringC& wsFontFamily,
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 143 Font* FindFont(const char* font_name, const FontArray& font_array) {
630 font_ = FindFont(font_name, font_array);
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 66 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL)
67 if ((pFD = FindFont(NULL, dwFontStyles, TRUE, wCodePage)) == NULL)
68 if ((pFD = FindFont(NULL, dwFontStyles, FALSE, wCodePage)) == NULL) {
106 FindFont(pszFontFamily, dwFontStyles, FALSE, pRet->wCodePage,
109 pFD = FindFont(NULL, dwFontStyles, FALSE, pRet->wCodePage, pRet->wBitField,
170 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL)
171 if ((pFD = FindFont(pszFontFamily, dwFontStyles, FALSE, wCodePage)) ==
318 FX_LPCFONTDESCRIPTOR CFX_StdFontMgrImp::FindFont(const FX_WCHAR* pszFontFamily,
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 60 CFX_ByteString FindFont(const CFX_ByteString& name);
194 CFX_ByteString CFX_Win32FontInfo::FindFont(const CFX_ByteString& name) {
232 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
265 m_KaiTi = FindFont("KaiTi");
273 m_FangSong = FindFont("FangSong");
    [all...]

Completed in 387 milliseconds