Home
last modified time | relevance | path

Searched refs:GetVertWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.h61 int16_t GetVertWidth(uint16_t cid) const;
Dcpdf_cidfont.cpp608 int16_t CPDF_CIDFont::GetVertWidth(uint16_t cid) const { in GetVertWidth() function in CPDF_CIDFont
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp239 return pCIDFont->GetVertWidth(cid) * fontsize; in GetCharWidth()
302 charwidth = pCIDFont->GetVertWidth(cid) * fontsize / 1000; in CalcPositionDataInternal()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp808 *width = pCIDFont->GetVertWidth(cid) * font_size / 1000.f; in FPDFFont_GetGlyphWidth()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp241 int16_t vert_width = pCIDFont->GetVertWidth(cid); in GetLooseBounds()