Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h87 static float GetCharArrayAutoFontSize(CPDF_Font* pFont,
117 float GetCharArrayAutoFontSize(int32_t nCharArray);
Dcpwl_edit.cpp410 float CPWL_Edit::GetCharArrayAutoFontSize(CPDF_Font* pFont, in GetCharArrayAutoFontSize() function in CPWL_Edit
440 float fFontSize = GetCharArrayAutoFontSize(pFontMap->GetPDFFont(0), in SetCharArray()
Dcpwl_appstream.cpp1787 fFontSize = CPWL_Edit::GetCharArrayAutoFontSize(font_map.GetPDFFont(0), in SetAsTextField()