Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h202 virtual int GetCharWidthF(FX_DWORD charcode, int level = 0) = 0;
310 int GetCharWidthF(FX_DWORD charcode, int level = 0) override;
393 int GetCharWidthF(FX_DWORD charcode, int level = 0) override;
395 return GetCharWidthF(charcode); in GetCharTypeWidth()
435 int GetCharWidthF(FX_DWORD charcode, int level = 0) override;
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp75 int w = pFont->GetCharWidthF(charCode); in GetCharWidth()
239 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessObject()
Dfpdf_text.cpp65 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessObject()
Dfpdf_text_int.cpp965 int w = pFont->GetCharWidthF(charCode); in GetCharWidth()
1629 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessTextObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp324 return pFont->GetCharWidthF(charcode, 0) * fontsize; in GetCharWidth()
449 charwidth = pFont->GetCharWidthF(charcode, level) * fontsize / 1000; in CalcPositionData()
549 charwidth = pFont->GetCharWidthF(charcode) * fontsize / 1000; in CalcCharPos()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp553 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode); in Load()
659 cur_pos += pFont->GetCharWidthF(pCharCodes[i]) * font_size / 1000; in DrawTextString()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp339 width += GetCharWidthF(charcode); in GetStringWidth()
821 int CPDF_SimpleFont::GetCharWidthF(FX_DWORD charcode, int level) { in GetCharWidthF() function in CPDF_SimpleFont
1714 int CPDF_Type3Font::GetCharWidthF(FX_DWORD charcode, int level) { in GetCharWidthF() function in CPDF_Type3Font
Dfpdf_font_cid.cpp1358 int CPDF_CIDFont::GetCharWidthF(FX_DWORD charcode, int level) { in GetCharWidthF() function in CPDF_CIDFont
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp135 return pPDFFont->GetCharWidthF(charcode); in GetCharWidth()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp2050 iWidth = pPDFFont->GetCharWidthF(wUnicode); in GetCharWidth()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp114 return pPDFFont->GetCharWidthF(charcode); in GetCharWidth()