Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h74 int GetStringWidth(const FX_CHAR* pString, int size);
Dcpdf_font.cpp284 int CPDF_Font::GetStringWidth(const FX_CHAR* pString, int size) { in GetStringWidth() function in CPDF_Font
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp636 if (int w = pFont->GetStringWidth(str.c_str(), 1)) in GetCharWidth()