Home
last modified time | relevance | path

Searched refs:GetCharWidth (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp132 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, false); in FontChanged()
150 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, false); in SetDefaultChar()
371 if (!m_pFont->GetCharWidth(wForm, iCharWidth, false)) in AppendChar_Combination()
464 m_pFont->GetCharWidth(wForm, iCharWidth, false); in AppendChar_Arabic()
486 m_pFont->GetCharWidth(wForm, iCharWidth, false); in AppendChar_Arabic()
530 else if (!m_pFont->GetCharWidth(wForm, iCharWidth, false)) in AppendChar_Others()
630 else if (!m_pFont->GetCharWidth(wForm, iCharWidth, false)) in EndBreak_UpdateArabicShapes()
1349 pFont->GetCharWidth(0x0651, iCharWidth, false); in GetDisplayPos()
1353 pFont->GetCharWidth(0x0670, iCharWidth, false); in GetDisplayPos()
1396 pFont->GetCharWidth(wForm, iFormWidth, false); in GetDisplayPos()
[all …]
Dfgas_rtfbreak.cpp113 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, false); in FontChanged()
268 if (!m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth, false)) in AppendChar_Combination()
340 if (!m_pFont->GetCharWidth(wForm, iCharWidth, false) && in AppendChar_Arabic()
341 !m_pFont->GetCharWidth(pLastChar->m_wCharCode, iCharWidth, false)) { in AppendChar_Arabic()
355 if (!m_pFont->GetCharWidth(wForm, iCharWidth, false) && in AppendChar_Arabic()
356 !m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth, false)) { in AppendChar_Arabic()
375 if (!m_pFont->GetCharWidth(wForm, iCharWidth, false)) in AppendChar_Others()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h44 FX_FLOAT GetCharWidth(uint32_t charcode) const;
Dcpdf_textobject.cpp169 FX_FLOAT CPDF_TextObject::GetCharWidth(uint32_t charcode) const { in GetCharWidth() function in CPDF_TextObject
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp282 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * in GetRectArray()
627 int CPDF_TextPage::GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const { in GetCharWidth() function in CPDF_TextPage
766 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * in ProcessTextObject()
774 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * in ProcessTextObject()
1088 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessTextObject()
1144 charinfo.m_CharBox.left + pTextObj->GetCharWidth(charinfo.m_CharCode); in ProcessTextObject()
1307 int nLastWidth = GetCharWidth(PrevItem.m_CharCode, m_pPreTextObj->GetFont()); in ProcessInsertObject()
1310 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); in ProcessInsertObject()
1458 FX_FLOAT char_size = GetCharWidth(itemPer.m_CharCode, pTextObj2->GetFont()); in IsSameTextObject()
1503 GetCharWidth(preChar->m_CharCode, preChar->m_pTextObj->GetFont()); in GenerateCharInfo()
Dcpdf_textpage.h145 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h69 virtual int32_t GetCharWidth(int32_t nFontIndex, uint16_t word);
167 int32_t GetCharWidth(int32_t nFontIndex, uint16_t Word, uint16_t SubWord);
Dcpdf_variabletext.cpp39 int32_t CPDF_VariableText::Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPDF_VariableText::Provider
791 return (GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale + in GetWordWidth()
1065 int32_t CPDF_VariableText::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPDF_VariableText
1071 return m_pVTProvider->GetCharWidth(nFontIndex, word); in GetCharWidth()
/external/pdfium/xfa/fxfa/
Dxfa_fontmgr.h58 bool GetCharWidth(const CFX_RetainPtr<CFGAS_GEFont>& pFont,
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp266 bool CFGAS_GEFont::GetCharWidth(FX_WCHAR wUnicode, in GetCharWidth() function in CFGAS_GEFont
285 !m_pProvider->GetCharWidth(CFX_RetainPtr<CFGAS_GEFont>(this), wUnicode, in GetCharWidthInternal()
Dcfgas_gefont.h54 bool GetCharWidth(FX_WCHAR wUnicode, int32_t& iWidth, bool bCharCode);
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp215 GetCharWidth(hDC, start, end, widths); in InsertWidthArray()
1026 GetCharWidth(hDC, 32, 255, char_widths); in AddWindowsFont()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h532 int32_t GetCharWidth(int32_t nFontIndex, uint16_t word) override;
Dfxet_edit.cpp161 int32_t CFX_Edit_Provider::GetCharWidth(int32_t nFontIndex, uint16_t word) { in GetCharWidth() function in CFX_Edit_Provider
/external/pdfium/xfa/fxfa/app/
Dxfa_fontmgr.cpp1971 bool CXFA_PDFFontMgr::GetCharWidth(const CFX_RetainPtr<CFGAS_GEFont>& pFont, in GetCharWidth() function in CXFA_PDFFontMgr