Searched refs:CountChar (Results 1 – 5 of 5) sorted by relevance
102 int CountChar(const FX_CHAR* pString, int size) const;
641 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CMap1442 int CPDF_CIDFont::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CIDFont1444 return m_pCMap->CountChar(pString, size); in CountChar()
152 virtual int CountChar(FX_LPCSTR pString, int size) const in CountChar() function505 virtual int CountChar(const FX_CHAR* pString, int size) const;
621 int nChars = pFont->CountChar(str, str.GetLength()); in DrawTextString()
239 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength()); in SetSegments()