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.h135 int CountChar(const FX_CHAR* pString, int size) const;
Dfpdf_font_cid.cpp943 int CPDF_CMap::CountChar(const FX_CHAR* pString, int size) const { in CountChar() function in CPDF_CMap
1612 int CPDF_CIDFont::CountChar(const FX_CHAR* pString, int size) const { in CountChar() function in CPDF_CIDFont
1613 return m_pCMap->CountChar(pString, size); in CountChar()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h163 virtual int CountChar(const FX_CHAR* pString, int size) const { return size; } in CountChar() function
440 int CountChar(const FX_CHAR* pString, int size) const override;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp638 int nChars = pFont->CountChar(str, str.GetLength()); in DrawTextString()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp230 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength()); in SetSegments()