Home
last modified time | relevance | path

Searched refs:CreateFontF (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp237 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pFontDict); in GetFont()
284 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pDict); in GetStandardFont()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h101 static CPDF_Font* CreateFontF(CPDF_Document* pDoc,
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp372 pFont = CPDF_Font::CreateFontF(NULL, pDict); in GetStockFont()
381 CPDF_Font* CPDF_Font::CreateFontF(CPDF_Document* pDoc, in CreateFontF() function in CPDF_Font