Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcfx_psrenderer.cpp93 ByteString GenerateType42FontDictionary(const ByteString& psname, in GenerateType42FontDictionary() function
183 output += GenerateType42FontDictionary(psname, font->GetRawBBox().value(), in GenerateType42FontData()
929 return GenerateType42FontDictionary(psname, bbox, num_glyphs, in GenerateType42FontDictionaryForTesting()
H A Dcfx_psrenderer_unittest.cpp75 TEST(PSRendererTest, GenerateType42FontDictionary) { in TEST() argument