Searched refs:GetCharWidth (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
D | cfgas_txtbreak.cpp | 83 iCharWidthRet = m_pFont->GetCharWidth(wch); in AppendChar_Combination() 145 iCharWidth = m_pFont->GetCharWidth(wForm).value_or(0); in AppendChar_Arabic() 168 iCharWidth = m_pFont->GetCharWidth(wForm).value_or(0); in AppendChar_Arabic() 196 iCharWidth = m_pFont->GetCharWidth(wForm).value_or(0); in AppendChar_Others() 794 pFont->GetCharWidth(pdfium::arabic::kArabicShadda).value_or(0); in GetDisplayPos() 797 pFont->GetCharWidth(pdfium::arabic::kArabicLetterSuperscriptAlef) in GetDisplayPos() 825 int32_t iFormWidth = pFont->GetCharWidth(wForm).value_or(iCharWidth); in GetDisplayPos()
|
D | cfgas_rtfbreak.cpp | 128 iCharWidthRet = m_pFont->GetCharWidth(pCurChar->char_code()); in AppendChar_Combination() 216 absl::optional<uint16_t> iCharWidthRet = m_pFont->GetCharWidth(wForm); in AppendChar_Arabic() 220 iCharWidthRet = m_pFont->GetCharWidth(pLastChar->char_code()); in AppendChar_Arabic() 245 absl::optional<uint16_t> iCharWidthRet = m_pFont->GetCharWidth(wForm); in AppendChar_Arabic() 247 iCharWidthRet = m_pFont->GetCharWidth(pCurChar->char_code()); in AppendChar_Arabic() 274 iCharWidth = m_pFont->GetCharWidth(wForm).value_or(0); in AppendChar_Others()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_variabletext.h | 55 virtual int GetCharWidth(int32_t nFontIndex, uint16_t word); 160 int GetCharWidth(int32_t nFontIndex, uint16_t Word, uint16_t SubWord) const;
|
D | cpvt_variabletext.cpp | 41 int CPVT_VariableText::Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPVT_VariableText::Provider 583 return GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale + in GetWordWidth() 842 int CPVT_VariableText::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPVT_VariableText 848 return m_pVTProvider->GetCharWidth(nFontIndex, word); in GetCharWidth()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 156 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) { in GetCharWidth() function 255 charinfo.m_pTextObj->GetCharWidth(charinfo.m_CharCode); in GetLooseBounds() 776 GetCharWidth(item.m_CharCode, prev_obj.m_pTextObj->GetFont().Get()) * in ProcessTextObject() 783 float this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont().Get()) * in ProcessTextObject() 1059 threshold = GetCharWidth(item.m_CharCode, pFont.Get()); in ProcessTextObject() 1108 charinfo.m_CharBox.left + pTextObj->GetCharWidth(charinfo.m_CharCode); in ProcessTextObject() 1255 GetCharWidth(PrevItem.m_CharCode, m_pPrevTextObj->GetFont().Get()); in ProcessInsertObject() 1258 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont().Get()); in ProcessInsertObject() 1384 GetCharWidth(itemPer.m_CharCode, pTextObj2->GetFont().Get()); in IsSameTextObject() 1423 preWidth = GetCharWidth(pPrevCharInfo->m_CharCode, in GenerateCharInfo()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 153 absl::optional<uint16_t> CFGAS_GEFont::GetCharWidth(wchar_t wUnicode) { in GetCharWidth() function in CFGAS_GEFont 166 return pFont->GetCharWidth(wUnicode); in GetCharWidth()
|
D | cfgas_gefont.h | 43 absl::optional<uint16_t> GetCharWidth(wchar_t wUnicode);
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.h | 51 float GetCharWidth(uint32_t charcode) const;
|
D | cpdf_docpagedata.cpp | 68 GetCharWidth(hDC, start, end, widths.data()); in InsertWidthArray() 618 GetCharWidth(hDC, 32, 255, char_widths); in AddWindowsFont()
|
D | cpdf_textobject.cpp | 231 float CPDF_TextObject::GetCharWidth(uint32_t charcode) const { in GetCharWidth() function in CPDF_TextObject
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.cpp | 102 int GetCharWidth(int32_t nFontIndex, uint16_t word) override; 113 int CPWL_EditImpl::Provider::GetCharWidth(int32_t nFontIndex, uint16_t word) { in GetCharWidth() function in CPWL_EditImpl::Provider
|