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

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 63 int GetCharSize(uint32_t charcode) const;
font_int.h 150 int GetCharSize(uint32_t charcode) const;
cpdf_cidfont.cpp 745 int CPDF_CIDFont::GetCharSize(uint32_t charcode) const {
746 return m_pCMap->GetCharSize(charcode);
fpdf_font_cid.cpp 658 int CPDF_CMap::GetCharSize(uint32_t charcode) const {
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 246 if (charcode == ' ' && (!pCIDFont || pCIDFont->GetCharSize(' ') == 1))

Completed in 67 milliseconds