Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h102 int CountChar(FX_LPCSTR pString, int size) const;
Dfpdf_font_cid.cpp559 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CMap
1328 int CPDF_CIDFont::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CIDFont
1330 return m_pCMap->CountChar(pString, size); in CountChar()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h167 virtual int CountChar(FX_LPCSTR pString, int size) const in CountChar() function
518 virtual int CountChar(FX_LPCSTR pString, int size) const;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp607 int nChars = pFont->CountChar(str, str.GetLength()); in DrawTextString()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp237 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength()); in SetSegments()