Searched refs:CountChar (Results 1 – 5 of 5) sorted by relevance
102 int CountChar(FX_LPCSTR pString, int size) const;
559 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CMap1328 int CPDF_CIDFont::CountChar(FX_LPCSTR pString, int size) const in CountChar() function in CPDF_CIDFont1330 return m_pCMap->CountChar(pString, size); in CountChar()
167 virtual int CountChar(FX_LPCSTR pString, int size) const in CountChar() function518 virtual int CountChar(FX_LPCSTR pString, int size) const;
607 int nChars = pFont->CountChar(str, str.GetLength()); in DrawTextString()
237 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength()); in SetSegments()