Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h110 uint32_t GetStringWidth(ByteStringView pString);
Dcpdf_font.cpp279 uint32_t CPDF_Font::GetStringWidth(ByteStringView pString) { in GetStringWidth() function in CPDF_Font
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp170 w = pFont->GetStringWidth(str.AsStringView()); in GetCharWidth()