Home
last modified time | relevance | path

Searched refs:GetCharWidthF (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.h23 int GetCharWidthF(uint32_t charcode) override;
Dcpdf_type3font.h29 int GetCharWidthF(uint32_t charcode) override;
Dcpdf_cidfont.h46 int GetCharWidthF(uint32_t charcode) override;
Dcpdf_font.h78 virtual int GetCharWidthF(uint32_t charcode) = 0;
Dcpdf_type3font.cpp138 int CPDF_Type3Font::GetCharWidthF(uint32_t charcode) { in GetCharWidthF() function in CPDF_Type3Font
Dcpdf_simplefont.cpp81 int CPDF_SimpleFont::GetCharWidthF(uint32_t charcode) { in GetCharWidthF() function in CPDF_SimpleFont
Dcpdf_font.cpp289 width += GetCharWidthF(charcode); in GetStringWidth()
Dcpdf_cidfont.cpp501 int CPDF_CIDFont::GetCharWidthF(uint32_t charcode) { in GetCharWidthF() function in CPDF_CIDFont
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp56 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode); in Load()
Dcpdf_textrenderer.cpp94 cur_pos += pFont->GetCharWidthF(codes[i]) * font_size / 1000; in DrawTextString()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp177 return pFont->GetCharWidthF(charcode) * fontsize; in GetCharWidth()
225 charwidth = pFont->GetCharWidthF(charcode) * fontsize / 1000; in CalcPositionData()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp631 if (int w = pFont->GetCharWidthF(charCode)) in GetCharWidth()
1081 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessTextObject()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp44 return pPDFFont->GetCharWidthF(charcode); in GetCharWidth()
/external/pdfium/xfa/fxfa/app/
Dxfa_fontmgr.cpp1983 *pWidth = pPDFFont->GetCharWidthF(pPDFFont->CharCodeFromUnicode(wUnicode)); in GetCharWidth()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp171 return pPDFFont->GetCharWidthF(charcode); in GetCharWidth()