Home
last modified time | relevance | path

Searched refs:LoadFont (Results 1 – 25 of 37) sorted by relevance

12

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h32 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily,
36 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(CFX_Font* pExternalFont,
38 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(
42 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(const uint8_t* pBuffer,
45 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(
Dcfgas_fontmgr.cpp120 return it->second ? LoadFont(it->second, dwFontStyles, wCodePage) : nullptr; in GetFontByCodePage()
132 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in GetFontByCodePage()
140 return LoadFont(pFont, dwFontStyles, wCodePage); in GetFontByCodePage()
155 return it->second ? LoadFont(it->second, dwFontStyles, pRet->wCodePage) in GetFontByUnicode()
171 CFGAS_GEFont::LoadFont(pFontFace, dwFontStyles, wCodePage, this); in GetFontByUnicode()
180 return LoadFont(pFont, dwFontStyles, wCodePage); in GetFontByUnicode()
183 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFont( in LoadFont() function in CFGAS_FontMgr
192 return it->second ? LoadFont(it->second, dwFontStyles, wCodePage) : nullptr; in LoadFont()
205 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in LoadFont()
213 return LoadFont(pFont, dwFontStyles, wCodePage); in LoadFont()
[all …]
Dcfgas_gefont.cpp21 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont() function in CFGAS_GEFont
40 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(CFX_Font* pExternalFont, in LoadFont() function in CFGAS_GEFont
49 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont() function in CFGAS_GEFont
60 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const uint8_t* pBuffer, in LoadFont() function in CFGAS_GEFont
70 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont() function in CFGAS_GEFont
Dcfgas_fontmgr.h101 CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily,
107 CFX_RetainPtr<CFGAS_GEFont> LoadFont(
201 CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily,
231 CFX_RetainPtr<CFGAS_GEFont> LoadFont(const CFX_WideString& wsFaceName,
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.h57 bool LoadFont(const char* font_name,
60 bool LoadFont(int font_index,
Dfont_subsetter.cc34 if (!subsetter.LoadFont(font_name, original_font, font_size)) { in SubsetFont()
54 if (!subsetter.LoadFont(font_index, original_font, font_size)) { in SubsetFont()
/external/sfntly/cpp/src/sfntly/
Dfont.h193 virtual void LoadFont(InputStream* is);
194 virtual void LoadFont(WritableFontData* wfd,
Dfont.cc221 builder->LoadFont(is); in GetOTFBuilder()
230 builder->LoadFont(wfd, offset_to_offset_table); in GetOTFBuilder()
322 void Font::Builder::LoadFont(InputStream* is) { in LoadFont() function in sfntly::Font::Builder
333 void Font::Builder::LoadFont(WritableFontData* wfd, in LoadFont() function in sfntly::Font::Builder
/external/sfntly/cpp/src/test/
Dserialization_test.cc32 LoadFont(SAMPLE_TTF_FILE, factory1, &font_array); in TestSerialization()
98 LoadFont(SAMPLE_BITMAP_FONT, factory1, &font_array); in TestSerializationBitmap()
Dtest_font_utils.h29 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts);
Dcmap_test.cc171 LoadFont(GetParam().font_name(), font_factory, &font_array); in TEST_P()
180 LoadFont(GetParam().font_name(), font_factory, &font_array); in TEST_P()
Dbitmap_table_test.cc99 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array); in TestReadingBitmapTable()
175 LoadFont(SAMPLE_BITMAP_FONT, factory, &original_font_array); in TestIndexFormatConversion()
Dhdmx_test.cc35 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array); in TestReadingHdmxTable()
Dtest_font_utils.cc45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFont() function
Dcmap_editing_test.cc71 LoadFont(SAMPLE_TTF_FILE, font_factory, &fonts); in TEST()
/external/sfntly/cpp/src/sample/subtly/
Dutils.h24 CALLER_ATTACH sfntly::Font* LoadFont(const char* font_path);
Ddebug_main.cc46 font.Attach(subtly::LoadFont(input_font_path)); in main()
Dmerger_main.cc52 font.Attach(LoadFont(argv[i])); in main()
Dsubsetter.cc42 font_.Attach(LoadFont(font_path)); in Subsetter()
Dsubsetter_main.cc46 font.Attach(subtly::LoadFont(input_font_path)); in main()
Dutils.cc29 CALLER_ATTACH Font* LoadFont(const char* font_path) { in LoadFont() function
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp280 bool CFWL_FontData::LoadFont(const CFX_WideStringC& wsFontFamily, in LoadFont() function in CFWL_FontData
294 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.c_str(), dwFontStyles, in LoadFont()
324 if (!pFontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage)) in FindFont()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp134 CPDF_Font* pFont = pDocument->LoadFont(pElement); in FindResFontSameCharset()
242 return pFontDict ? m_pDocument->LoadFont(pFontDict) : nullptr; in GetAnnotDefaultFont()
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp296 CPDF_Font* pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement); in GetDefaultControlFont()
312 CPDF_Font* pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement); in GetDefaultControlFont()
/external/sfntly/cpp/src/test/autogenerated/
Dcmap_basic_test.cc67 LoadFont(font_name.c_str(), font_factory, &font_array); in SetUp()

12