Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp338 int char_widths[224]; in AddWindowsFont() local
339 GetCharWidth(hDC, 32, 255, char_widths); in AddWindowsFont()
342 pWidths->AddInteger(char_widths[i]); in AddWindowsFont()
678 int char_widths[224]; in AddMacFont() local
679 FX_GetCharWidth(font, 32, 255, char_widths); in AddMacFont()
682 pWidths->AddInteger(char_widths[i]); in AddMacFont()