Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp721 const CPDF_Font* stock_font = in TEST_F() local
723 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F()
724 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F()
751 const CPDF_Font* stock_font = CPDF_Font::GetStockFont(cpdf_doc(), "Courier"); in TEST_F() local
752 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F()
753 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F()
780 const CPDF_Font* stock_font = in TEST_F() local
782 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F()
783 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F()
821 const CPDF_Font* stock_font = in TEST_F() local
[all …]