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

  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.h 55 void* FindFont(int weight,
fx_ge_linux.cpp 131 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
cfx_folderfontinfo.cpp 274 void* CFX_FolderFontInfo::FindFont(int weight,
  /external/pdfium/xfa/fxfa/
xfa_fontmgr.h 65 CFX_RetainPtr<CFGAS_GEFont> FindFont(const CFX_ByteString& strFamilyName,
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_FontMap.h 78 int32_t FindFont(const CFX_ByteString& sFontName,
PWL_FontMap.cpp 167 int32_t CPWL_FontMap::FindFont(const CFX_ByteString& sFontName,
184 int32_t nFontIndex = FindFont(EncodeFontAlias(sFontName, nCharset), nCharset);
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 133 CFX_RetainPtr<CFGAS_GEFont> FindFont(const CFX_WideStringC& wsFontFamily,
cfwl_widgettp.cpp 87 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0);
315 CFX_RetainPtr<CFGAS_GEFont> CFWL_FontManager::FindFont(
  /external/pdfium/core/fpdfapi/page/
cpdf_allstates.cpp 95 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0)));
cpdf_streamcontentparser.h 50 CPDF_Font* FindFont(const CFX_ByteString& name);
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 123 FindFont(pszFontFamily, dwFontStyles, true, wCodePage);
125 pFD = FindFont(nullptr, dwFontStyles, true, wCodePage);
127 pFD = FindFont(nullptr, dwFontStyles, false, wCodePage);
159 FindFont(pszFontFamily, dwFontStyles, false, pRet->wCodePage,
162 pFD = FindFont(nullptr, dwFontStyles, false, pRet->wCodePage,
195 FindFont(pszFontFamily, dwFontStyles, true, wCodePage);
197 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage);
265 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const FX_WCHAR* pszFontFamily,
    [all...]
cfgas_fontmgr.h 113 const FX_FONTDESCRIPTOR* FindFont(const FX_WCHAR* pszFontFamily,
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 168 bool FindFont(CPDF_Dictionary* pFormDict,
199 bool FindFont(CPDF_Dictionary* pFormDict,
252 if (FindFont(pFormDict, pFont, csTag)) {
292 FindFont(pFormDict, pDocument, csFontName, pFont, csNameTag)) {
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 360 CFX_ByteString FindFont(const CFX_ByteString& name);
458 CFX_ByteString CFX_Win32FontInfo::FindFont(const CFX_ByteString& name) {
497 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
505 m_KaiTi = FindFont("KaiTi");
513 m_FangSong = FindFont("FangSong");
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 145 Font* FindFont(const char* font_name, const FontArray& font_array) {
650 font_ = FindFont(font_name, font_array);
  /external/pdfium/xfa/fxfa/app/
xfa_fontmgr.cpp     [all...]

Completed in 704 milliseconds