Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp158 bool CFGAS_GEFont::GetCharWidth(wchar_t wUnicode, int32_t& iWidth) { in GetCharWidth() function in CFGAS_GEFont
167 if (!m_pProvider || !m_pProvider->GetCharWidth(RetainPtr<CFGAS_GEFont>(this), in GetCharWidth()
177 } else if (pFont->GetCharWidth(wUnicode, iWidth)) { in GetCharWidth()
Dcfgas_pdffontmgr.h33 bool GetCharWidth(const RetainPtr<CFGAS_GEFont>& pFont,
Dcfgas_gefont.h41 bool GetCharWidth(wchar_t wUnicode, int32_t& iWidth);
Dcfgas_pdffontmgr.cpp186 bool CFGAS_PDFFontMgr::GetCharWidth(const RetainPtr<CFGAS_GEFont>& pFont, in GetCharWidth() function in CFGAS_PDFFontMgr
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp81 if (!m_pFont->GetCharWidth(wForm, iCharWidth)) in AppendChar_Combination()
140 m_pFont->GetCharWidth(wForm, iCharWidth); in AppendChar_Arabic()
159 m_pFont->GetCharWidth(wForm, iCharWidth); in AppendChar_Arabic()
186 if (!m_pFont->GetCharWidth(wForm, iCharWidth)) in AppendChar_Others()
813 pFont->GetCharWidth(0x0651, iCharWidth); in GetDisplayPos()
817 pFont->GetCharWidth(0x0670, iCharWidth); in GetDisplayPos()
846 pFont->GetCharWidth(wForm, iFormWidth); in GetDisplayPos()
960 pFont->GetCharWidth(wch, iCharWidth); in GetCharRects()
Dcfx_break.cpp116 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar); in FontChanged()
133 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar); in SetDefaultChar()
Dcfx_rtfbreak.cpp125 if (!m_pFont->GetCharWidth(pCurChar->char_code(), iCharWidth)) in AppendChar_Combination()
194 if (!m_pFont->GetCharWidth(wForm, iCharWidth) && in AppendChar_Arabic()
195 !m_pFont->GetCharWidth(pLastChar->char_code(), iCharWidth)) { in AppendChar_Arabic()
209 if (!m_pFont->GetCharWidth(wForm, iCharWidth) && in AppendChar_Arabic()
210 !m_pFont->GetCharWidth(pCurChar->char_code(), iCharWidth)) { in AppendChar_Arabic()
229 if (!m_pFont->GetCharWidth(wForm, iCharWidth)) in AppendChar_Others()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp289 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * in GetRectArray()
598 int CPDF_TextPage::GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const { in GetCharWidth() function in CPDF_TextPage
740 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * in ProcessTextObject()
748 float this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * in ProcessTextObject()
1059 int this_width = abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessTextObject()
1115 charinfo.m_CharBox.left + pTextObj->GetCharWidth(charinfo.m_CharCode); in ProcessTextObject()
1278 int nLastWidth = GetCharWidth(PrevItem.m_CharCode, m_pPreTextObj->GetFont()); in ProcessInsertObject()
1281 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); in ProcessInsertObject()
1425 float char_size = GetCharWidth(itemPer.m_CharCode, pTextObj2->GetFont()); in IsSameTextObject()
1470 GetCharWidth(preChar->m_CharCode, preChar->m_pTextObj->GetFont()); in GenerateCharInfo()
Dcpdf_textpage.h150 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h56 virtual int32_t GetCharWidth(int32_t nFontIndex, uint16_t word);
168 int32_t GetCharWidth(int32_t nFontIndex, uint16_t Word, uint16_t SubWord);
Dcpdf_variabletext.cpp41 int32_t CPDF_VariableText::Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPDF_VariableText::Provider
656 return (GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale + in GetWordWidth()
920 int32_t CPDF_VariableText::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPDF_VariableText
926 return m_pVTProvider->GetCharWidth(nFontIndex, word); in GetCharWidth()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h46 float GetCharWidth(uint32_t charcode) const;
Dcpdf_textobject.cpp178 float CPDF_TextObject::GetCharWidth(uint32_t charcode) const { in GetCharWidth() function in CPDF_TextObject
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h426 int32_t GetCharWidth(int32_t nFontIndex, uint16_t word) override;
Dcpwl_edit_impl.cpp128 int32_t CPWL_EditImpl_Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPWL_EditImpl_Provider
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp216 GetCharWidth(hDC, start, end, widths); in InsertWidthArray()
1027 GetCharWidth(hDC, 32, 255, char_widths); in AddWindowsFont()