Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp83 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Combination()
149 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()
174 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()
207 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Others()
829 pFont->GetCharWidth(0x0651, &iCharWidth); in GetDisplayPos()
833 pFont->GetCharWidth(0x0670, &iCharWidth); in GetDisplayPos()
864 pFont->GetCharWidth(wForm, &iFormWidth); in GetDisplayPos()
973 pFont->GetCharWidth(wch, &iCharWidth); in GetCharRects()
Dcfx_rtfbreak.cpp126 if (m_pFont && m_pFont->GetCharWidth(pCurChar->char_code(), &iCharWidthOut)) in AppendChar_Combination()
215 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic()
216 m_pFont->GetCharWidth(pLastChar->char_code(), &iCharWidthOut))) { in AppendChar_Arabic()
244 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic()
245 m_pFont->GetCharWidth(pCurChar->char_code(), &iCharWidthOut))) { in AppendChar_Arabic()
275 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Others()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h56 virtual uint32_t GetCharWidth(int32_t nFontIndex, uint16_t word);
166 uint32_t GetCharWidth(int32_t nFontIndex, uint16_t Word, uint16_t SubWord);
Dcpdf_variabletext.cpp41 uint32_t CPDF_VariableText::Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPDF_VariableText::Provider
605 return GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale + in GetWordWidth()
866 uint32_t CPDF_VariableText::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPDF_VariableText
872 return m_pVTProvider->GetCharWidth(nFontIndex, word); in GetCharWidth()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp160 uint32_t GetCharWidth(uint32_t charCode, CPDF_Font* pFont) { in GetCharWidth() function
745 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont().Get()) * in ProcessTextObject()
752 float this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont().Get()) * in ProcessTextObject()
1031 threshold = GetCharWidth(item.m_CharCode, pFont.Get()); in ProcessTextObject()
1081 charinfo.m_CharBox.left + pTextObj->GetCharWidth(charinfo.m_CharCode); in ProcessTextObject()
1234 GetCharWidth(PrevItem.m_CharCode, m_pPrevTextObj->GetFont().Get()); in ProcessInsertObject()
1237 uint32_t nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont().Get()); in ProcessInsertObject()
1364 GetCharWidth(itemPer.m_CharCode, pTextObj2->GetFont().Get()); in IsSameTextObject()
1403 preWidth = GetCharWidth(pPrevCharInfo->m_CharCode, in GenerateCharInfo()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp159 bool CFGAS_GEFont::GetCharWidth(wchar_t wUnicode, int32_t* pWidth) { in GetCharWidth() function in CFGAS_GEFont
176 } else if (pFont->GetCharWidth(wUnicode, pWidth)) { in GetCharWidth()
Dcfgas_gefont.h48 bool GetCharWidth(wchar_t wUnicode, int32_t* pWidth);
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h48 float GetCharWidth(uint32_t charcode) const;
Dcpdf_docpagedata.cpp65 GetCharWidth(hDC, start, end, widths.data()); in InsertWidthArray()
590 GetCharWidth(hDC, 32, 255, char_widths); in AddWindowsFont()
Dcpdf_textobject.cpp234 float CPDF_TextObject::GetCharWidth(uint32_t charcode) const { in GetCharWidth() function in CPDF_TextObject
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h450 uint32_t GetCharWidth(int32_t nFontIndex, uint16_t word) override;
Dcpwl_edit_impl.cpp113 uint32_t CPWL_EditImpl_Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() function in CPWL_EditImpl_Provider
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp270 float width = charinfo.m_pTextObj->GetCharWidth(charinfo.m_CharCode); in FPDFText_GetLooseCharBox()