Home
last modified time | relevance | path

Searched refs:GetStockFont (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h66 static RetainPtr<CPDF_Font> GetStockFont(CPDF_Document* pDoc,
Dcpdf_font.cpp288 RetainPtr<CPDF_Font> CPDF_Font::GetStockFont(CPDF_Document* pDoc, in GetStockFont() function in CPDF_Font
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp253 CPDF_Font::GetStockFont(pDoc.get(), "Times-Roman"); in TEST_F()
328 RetainPtr<CPDF_Font> pFont = CPDF_Font::GetStockFont(pDoc.get(), "Arial"); in TEST_F()
Dcpdf_pagecontentgenerator.cpp498 pFont = CPDF_Font::GetStockFont(m_pDocument.Get(), "Helvetica"); in ProcessText()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp454 CPDF_Font::GetStockFont(pDoc, ByteStringView(font)); in FPDFPageObj_NewTextObj()
517 CPDF_Font::GetStockFont(pDoc, ByteStringView(font)).Leak()); in FPDFText_LoadStandardFont()
Dfpdf_edit_embeddertest.cpp2422 CPDF_Font::GetStockFont(cpdf_doc(), "Times-Bold"); in TEST_F()
2451 CPDF_Font::GetStockFont(cpdf_doc(), "Courier"); in TEST_F()
2480 CPDF_Font::GetStockFont(cpdf_doc(), "Times-Roman"); in TEST_F()
2529 CPDF_Font::GetStockFont(cpdf_doc(), "Helvetica-Oblique"); in TEST_F()
2588 CPDF_Font::GetStockFont(cpdf_doc(), "Arial"); in TEST_F()
2923 CPDF_Font::GetStockFont(cpdf_doc(), "Arial"); in TEST_F()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp66 CPDF_Font::GetStockFont(pDoc, font_family.AsStringView()); in LoadStockFont()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1152 return CPDF_Font::GetStockFont(m_pDocument.Get(), in FindFont()