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

  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.h 23 int GetCharWidthF(uint32_t charcode) override;
cpdf_type3font.h 29 int GetCharWidthF(uint32_t charcode) override;
cpdf_cidfont.h 47 int GetCharWidthF(uint32_t charcode) override;
cpdf_font.h 82 virtual int GetCharWidthF(uint32_t charcode) = 0;
cpdf_type3font.cpp 132 int CPDF_Type3Font::GetCharWidthF(uint32_t charcode) {
cpdf_simplefont.cpp 83 int CPDF_SimpleFont::GetCharWidthF(uint32_t charcode) {
cpdf_font.cpp 293 width += GetCharWidthF(charcode);
cpdf_cidfont.cpp 517 int CPDF_CIDFont::GetCharWidthF(uint32_t charcode) {
  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 62 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode);
72 int pdfGlyphWidth = pFont->GetCharWidthF(CharCode);
cpdf_textrenderer.cpp 100 cur_pos += pFont->GetCharWidthF(codes[i]) * font_size / 1000;
  /external/pdfium/xfa/fgas/font/
cfgas_pdffontmgr.cpp 197 *pWidth = pPDFFont->GetCharWidthF(pPDFFont->CharCodeFromUnicode(wUnicode));
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 186 return pFont->GetCharWidthF(charcode) * fontsize;
234 charwidth = pFont->GetCharWidthF(charcode) * fontsize / 1000;
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 109 EXPECT_EQ(width, typed_font->GetCharWidthF(cur_cid)) << " at cid "
121 EXPECT_EQ(width, typed_font->GetCharWidthF(cur_cid)) << " at cid "
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 602 if (int w = pFont->GetCharWidthF(charCode))
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 46 return pPDFFont->GetCharWidthF(charcode);
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 139 return pPDFFont->GetCharWidthF(charcode);
    [all...]

Completed in 948 milliseconds