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

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 222 virtual int GetCharWidthF(FX_DWORD charcode, int level = 0) = 0;
343 virtual int GetCharWidthF(FX_DWORD charcode, int level = 0);
454 virtual int GetCharWidthF(FX_DWORD charcode, int level = 0);
457 return GetCharWidthF(charcode);
493 virtual int GetCharWidthF(FX_DWORD charcode, int level = 0);
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 69 int w = pFont->GetCharWidthF(charCode);
229 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000 ;
fpdf_text.cpp 70 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000;
fpdf_text_int.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 331 return pFont->GetCharWidthF(charcode, 0) * fontsize;
449 charwidth = pFont->GetCharWidthF(charcode, level) * fontsize / 1000;
550 charwidth = pFont->GetCharWidthF(charcode) * fontsize / 1000;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 562 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode);
642 cur_pos += pFont->GetCharWidthF(pCharCodes[i]) * font_size / 1000;
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 379 width += GetCharWidthF(charcode);
897 int CPDF_SimpleFont::GetCharWidthF(FX_DWORD charcode, int level)
    [all...]
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 125 return pPDFFont->GetCharWidthF(charcode);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 162 return pPDFFont->GetCharWidthF(charcode);
    [all...]

Completed in 4271 milliseconds