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

  /external/sfntly/cpp/src/sample/subtly/
utils.cc 29 CALLER_ATTACH Font* LoadFont(const char* font_path) {
  /external/sfntly/cpp/src/test/
test_font_utils.cc 45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) {
  /external/pdfium/xfa/fgas/font/
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(
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...]
  /external/pdfium/xfa/fwl/theme/
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/sfntly/
font.cc 221 builder->LoadFont(is);
230 builder->LoadFont(wfd, offset_to_offset_table);
322 void Font::Builder::LoadFont(InputStream* is) {
333 void Font::Builder::LoadFont(WritableFontData* wfd,
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 621 bool SubsetterImpl::LoadFont(int font_index,
639 bool SubsetterImpl::LoadFont(const char* font_name,
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 625 CPDF_Font* CPDF_Document::LoadFont(CPDF_Dictionary* pFontDict) {
    [all...]

Completed in 143 milliseconds