Searched refs:GetVertWidth (Results 1 – 5 of 5) sorted by relevance
61 int16_t GetVertWidth(uint16_t cid) const;
608 int16_t CPDF_CIDFont::GetVertWidth(uint16_t cid) const { in GetVertWidth() function in CPDF_CIDFont
239 return pCIDFont->GetVertWidth(cid) * fontsize; in GetCharWidth()302 charwidth = pCIDFont->GetVertWidth(cid) * fontsize / 1000; in CalcPositionDataInternal()
808 *width = pCIDFont->GetVertWidth(cid) * font_size / 1000.f; in FPDFFont_GetGlyphWidth()
241 int16_t vert_width = pCIDFont->GetVertWidth(cid); in GetLooseBounds()