Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.h45 void LoadCharWidths(const CPDF_Dictionary* font_desc);
Dcpdf_simplefont.cpp107 void CPDF_SimpleFont::LoadCharWidths(const CPDF_Dictionary* font_desc) { in LoadCharWidths() function in CPDF_SimpleFont
228 LoadCharWidths(pFontDesc.Get()); in LoadCommon()