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

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 61 short GetVertWidth(uint16_t CID) const;
cpdf_cidfont.cpp 516 short CPDF_CIDFont::GetVertWidth(uint16_t CID) const {
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 180 return pCIDFont->GetVertWidth(CID) * fontsize;
243 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000;

Completed in 795 milliseconds