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(const FX_CHAR* pString, int size) const;
Dfpdf_font_cid.cpp641 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CMap
1442 int CPDF_CIDFont::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CIDFont
1444 return m_pCMap->CountChar(pString, size); in CountChar()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h152 virtual int CountChar(FX_LPCSTR pString, int size) const in CountChar() function
505 virtual int CountChar(const FX_CHAR* pString, int size) const;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp621 int nChars = pFont->CountChar(str, str.GetLength()); in DrawTextString()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp239 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength()); in SetSegments()