HomeSort by relevance Sort by last modified time
    Searched refs:CountChar (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 51 int CountChar(const FX_CHAR* pString, int size) const override;
cpdf_font.h 56 virtual int CountChar(const FX_CHAR* pString, int size) const;
font_int.h 152 int CountChar(const FX_CHAR* pString, int size) const;
cpdf_font.cpp 121 int CPDF_Font::CountChar(const FX_CHAR* pString, int size) const {
cpdf_cidfont.cpp 749 int CPDF_CIDFont::CountChar(const FX_CHAR* pString, int size) const {
750 return m_pCMap->CountChar(pString, size);
fpdf_font_cid.cpp 679 int CPDF_CMap::CountChar(const FX_CHAR* pString, int size) const {
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.cpp 80 int nChars = pFont->CountChar(str.c_str(), str.GetLength());
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 146 nChars += pFont->CountChar(pStrs[i].c_str(), pStrs[i].GetLength());

Completed in 357 milliseconds