Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp79 w = pFont->GetStringWidth(str, 1); in GetCharWidth()
Dfpdf_text_int.cpp969 w = pFont->GetStringWidth(str, 1); in GetCharWidth()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h200 int GetStringWidth(const FX_CHAR* pString, int size);
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp334 int CPDF_Font::GetStringWidth(const FX_CHAR* pString, int size) { in GetStringWidth() function in CPDF_Font