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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.h 49 IFX_Font* FindFont(CFX_ByteString strFamilyName,
xfa_fontmgr.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 121 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 106 int32_t FindFont(const CFX_ByteString& sFontName,
  /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/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...]
fx_stdfontmgr.h 63 FX_LPCFONTDESCRIPTOR FindFont(const FX_WCHAR* pszFontFamily,
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 191 IFX_Font* FindFont(const CFX_WideStringC& wsFontFamily,
  /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...]
  /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/pdfium/core/include/fxge/
fx_font.h 428 void* FindFont(int weight,
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 146 CPDF_Font* FindFont(const CFX_ByteString& name);
fpdf_page_graph_state.cpp 505 m_TextState.SetFont(pParser->FindFont(pFont->GetString(0)));
  /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);

Completed in 1288 milliseconds