Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp73 w = pFont->GetStringWidth(str, 1); in GetCharWidth()
Dfpdf_text_int.cpp1130 w = pFont->GetStringWidth(str, 1); in GetCharWidth()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h235 int GetStringWidth(const FX_CHAR* pString, int size);
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp943 w = pFont->GetStringWidth(str, 1); in GetCharWidth()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp372 int CPDF_Font::GetStringWidth(FX_LPCSTR pString, int size) in GetStringWidth() function in CPDF_Font