HomeSort by relevance Sort by last modified time
    Searched defs:GetCharWidth (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 158 bool CFGAS_GEFont::GetCharWidth(wchar_t wUnicode, int32_t& iWidth) {
167 if (!m_pProvider || !m_pProvider->GetCharWidth(RetainPtr<CFGAS_GEFont>(this),
177 } else if (pFont->GetCharWidth(wUnicode, iWidth)) {
cfgas_pdffontmgr.cpp 186 bool CFGAS_PDFFontMgr::GetCharWidth(const RetainPtr<CFGAS_GEFont>& pFont,
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 178 float CPDF_TextObject::GetCharWidth(uint32_t charcode) const {
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 41 int32_t CPDF_VariableText::Provider::GetCharWidth(int32_t nFontIndex,
656 return (GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale +
920 int32_t CPDF_VariableText::GetCharWidth(int32_t nFontIndex,
926 return m_pVTProvider->GetCharWidth(nFontIndex, word);
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 289 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) *
598 int CPDF_TextPage::GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const {
740 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) *
748 float this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) *
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 128 int32_t CPWL_EditImpl_Provider::GetCharWidth(int32_t nFontIndex,
    [all...]

Completed in 419 milliseconds