Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h114 int GetStringWidth(ByteStringView pString);
Dcpdf_font.cpp262 int CPDF_Font::GetStringWidth(ByteStringView pString) { in GetStringWidth() function in CPDF_Font
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp184 w = pFont->GetStringWidth(str.AsStringView()); in GetCharWidth()