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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 102 int CountChar(const FX_CHAR* pString, int size) const;
fpdf_font_cid.cpp 641 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 152 virtual int CountChar(FX_LPCSTR pString, int size) const
505 virtual int CountChar(const FX_CHAR* pString, int size) const;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 621 int nChars = pFont->CountChar(str, str.GetLength());
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 239 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength());
    [all...]

Completed in 3020 milliseconds