/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 158 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()
|
D | cfgas_pdffontmgr.h | 33 bool GetCharWidth(const RetainPtr<CFGAS_GEFont>& pFont,
|
D | cfgas_gefont.h | 41 bool GetCharWidth(wchar_t wUnicode, int32_t& iWidth);
|
D | cfgas_pdffontmgr.cpp | 186 bool CFGAS_PDFFontMgr::GetCharWidth(const RetainPtr<CFGAS_GEFont>& pFont, in GetCharWidth() function in CFGAS_PDFFontMgr
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_txtbreak.cpp | 81 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()
|
D | cfx_break.cpp | 116 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar); in FontChanged() 133 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar); in SetDefaultChar()
|
D | cfx_rtfbreak.cpp | 125 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/ |
D | cpdf_textpage.cpp | 289 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()
|
D | cpdf_textpage.h | 150 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const;
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.h | 56 virtual int32_t GetCharWidth(int32_t nFontIndex, uint16_t word); 168 int32_t GetCharWidth(int32_t nFontIndex, uint16_t Word, uint16_t SubWord);
|
D | cpdf_variabletext.cpp | 41 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/ |
D | cpdf_textobject.h | 46 float GetCharWidth(uint32_t charcode) const;
|
D | cpdf_textobject.cpp | 178 float CPDF_TextObject::GetCharWidth(uint32_t charcode) const { in GetCharWidth() function in CPDF_TextObject
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 426 int32_t GetCharWidth(int32_t nFontIndex, uint16_t word) override;
|
D | cpwl_edit_impl.cpp | 128 int32_t CPWL_EditImpl_Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPWL_EditImpl_Provider
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 216 GetCharWidth(hDC, start, end, widths); in InsertWidthArray() 1027 GetCharWidth(hDC, 32, 255, char_widths); in AddWindowsFont()
|