HomeSort by relevance Sort by last modified time
    Searched refs:LoadFont (Results 1 - 25 of 36) sorted by null

1 2

  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.h 57 bool LoadFont(const char* font_name,
60 bool LoadFont(int font_index,
font_subsetter.cc 34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
54 if (!subsetter.LoadFont(font_index, original_font, font_size)) {
  /external/sfntly/cpp/src/test/
test_font_utils.h 29 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts);
hdmx_test.cc 35 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array);
cmap_editing_test.cc 71 LoadFont(SAMPLE_TTF_FILE, font_factory, &fonts);
test_font_utils.cc 45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) {
bitmap_table_test.cc 99 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array);
175 LoadFont(SAMPLE_BITMAP_FONT, factory, &original_font_array);
cmap_test.cc 171 LoadFont(GetParam().font_name(), font_factory, &font_array);
180 LoadFont(GetParam().font_name(), font_factory, &font_array);
serialization_test.cc 32 LoadFont(SAMPLE_TTF_FILE, factory1, &font_array);
98 LoadFont(SAMPLE_BITMAP_FONT, factory1, &font_array);
  /external/sfntly/cpp/src/sample/subtly/
utils.h 24 CALLER_ATTACH sfntly::Font* LoadFont(const char* font_path);
debug_main.cc 46 font.Attach(subtly::LoadFont(input_font_path));
merger_main.cc 52 font.Attach(LoadFont(argv[i]));
subsetter.cc 42 font_.Attach(LoadFont(font_path));
subsetter_main.cc 46 font.Attach(subtly::LoadFont(input_font_path));
utils.cc 29 CALLER_ATTACH Font* LoadFont(const char* font_path) {
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.h 32 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(
cfgas_fontmgr.h 101 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,
cfgas_fontmgr.cpp 120 return it->second ? LoadFont(it->second, dwFontStyles, wCodePage) : nullptr;
132 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this);
140 return LoadFont(pFont, dwFontStyles, wCodePage);
155 return it->second ? LoadFont(it->second, dwFontStyles, pRet->wCodePage)
171 CFGAS_GEFont::LoadFont(pFontFace, dwFontStyles, wCodePage, this);
180 return LoadFont(pFont, dwFontStyles, wCodePage);
183 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFont(
192 return it->second ? LoadFont(it->second, dwFontStyles, wCodePage) : nullptr;
205 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this);
213 return LoadFont(pFont, dwFontStyles, wCodePage)
    [all...]
cfgas_gefont.cpp 21 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(
40 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(CFX_Font* pExternalFont,
49 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(
60 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const uint8_t* pBuffer,
70 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(
  /external/sfntly/cpp/src/sfntly/
font.h 193 virtual void LoadFont(InputStream* is);
194 virtual void LoadFont(WritableFontData* wfd,
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 112 bool LoadFont(const CFX_WideStringC& wsFontFamily,
cfwl_widgettp.cpp 280 bool CFWL_FontData::LoadFont(const CFX_WideStringC& wsFontFamily,
294 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.c_str(), dwFontStyles,
324 if (!pFontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage))
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 67 LoadFont(font_name.c_str(), font_factory, &font_array);
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 134 CPDF_Font* pFont = pDocument->LoadFont(pElement);
242 return pFontDict ? m_pDocument->LoadFont(pFontDict) : nullptr;
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.h 73 CPDF_Font* LoadFont(CPDF_Dictionary* pFontDict);

Completed in 1043 milliseconds

1 2