Searched refs:GetCharWidth (Results 1 - 23 of 23) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gefont.h33 virtual FX_BOOL GetCharWidth(FX_WCHAR wUnicode,
80 FX_BOOL GetCharWidth(FX_WCHAR wUnicode,
H A Dfx_gdifont.h48 virtual FX_BOOL GetCharWidth(FX_WCHAR wUnicode,
88 FX_BOOL GetCharWidth(FX_WCHAR wUnicode,
H A Dfx_gefont.cpp392 FX_BOOL CFX_GEFont::GetCharWidth(FX_WCHAR wUnicode, function in class:CFX_GEFont
395 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode);
397 FX_BOOL CFX_GEFont::GetCharWidth(FX_WCHAR wUnicode, function in class:CFX_GEFont
405 !m_pProvider->GetCharWidth(this, wUnicode, iWidth, bCharCode)) {
415 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) {
H A Dfx_gdifont.cpp298 FX_BOOL CFX_GdiFont::GetCharWidth(FX_WCHAR wUnicode, function in class:CFX_GdiFont
312 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) {
324 FX_BOOL CFX_GdiFont::GetCharWidth(FX_WCHAR wUnicode, function in class:CFX_GdiFont
327 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode);
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fontmgr.h42 FX_BOOL GetCharWidth(IFX_Font* pFont,
H A Dxfa_fontmgr.cpp2038 FX_BOOL CXFA_PDFFontMgr::GetCharWidth(IFX_Font* pFont, function in class:CXFA_PDFFontMgr
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h57 int32_t GetCharWidth(int32_t nFontIndex,
H A Dfpdf_vt.h272 virtual int32_t GetCharWidth(int32_t nFontIndex,
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp71 int GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) { function
103 int nLastWidth = GetCharWidth(item.m_CharCode, pPrevObj->GetFont());
111 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont());
248 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont));
H A Dtext_int.h117 int GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const;
H A Dfpdf_text_int.cpp293 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) *
961 int CPDF_TextPage::GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const { function in class:CPDF_TextPage
1220 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) *
1228 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) *
1638 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont));
1703 charinfo.m_CharBox.left + pTextObj->GetCharWidth(charinfo.m_CharCode);
1875 int nLastWidth = GetCharWidth(PrevItem.m_CharCode, m_pPreTextObj->GetFont());
1878 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont());
2027 GetCharWidth(itemPer.m_CharCode, pTextObj2->GetFont()) *
2082 preWidth = GetCharWidth(preCha
[all...]
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_textbreak.cpp112 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE);
125 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE);
140 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE);
387 if (!m_pFont->GetCharWidth(wForm, iCharWidth, FALSE)) {
480 m_pFont->GetCharWidth(wForm, iCharWidth, FALSE);
500 m_pFont->GetCharWidth(wForm, iCharWidth, FALSE);
543 } else if (!m_pFont->GetCharWidth(wForm, iCharWidth, FALSE)) {
649 } else if (!m_pFont->GetCharWidth(wForm, iCharWidth, FALSE)) {
1377 pFont->GetCharWidth(0x0651, iCharWidth, FALSE);
1381 pFont->GetCharWidth(
[all...]
H A Dfx_rtfbreak.cpp106 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE);
122 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE);
180 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE);
421 if (!m_pFont->GetCharWidth(wch, iCharWidth, TRUE)) {
443 if (!m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth,
534 if (!m_pFont->GetCharWidth(wForm, iCharWidth, m_bCharCode))
535 if (!m_pFont->GetCharWidth(pLastChar->m_wCharCode, iCharWidth,
552 if (!m_pFont->GetCharWidth(wForm, iCharWidth, m_bCharCode))
553 if (!m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth,
589 if (!m_pFont->GetCharWidth(wFor
[all...]
/external/pdfium/xfa/src/fgas/include/
H A Dfx_fnt.h44 virtual FX_BOOL GetCharWidth(IFX_Font* pFont,
74 virtual FX_BOOL GetCharWidth(FX_WCHAR wUnicode,
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h421 FX_FLOAT GetCharWidth(FX_DWORD charcode) const;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp315 FX_FLOAT CPDF_TextObject::GetCharWidth(FX_DWORD charcode) const { function in class:CPDF_TextObject
334 return GetCharWidth(charCode);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1360 return (GetCharWidth(nFontIndex, Word, SubWord, nWordStyle) * fFontSize *
1632 int32_t CPDF_VariableText::GetCharWidth(int32_t nFontIndex, function in class:CPDF_VariableText
1640 return m_pVTProvider->GetCharWidth(nFontIndex, SubWord, nWordStyle);
1642 return m_pVTProvider->GetCharWidth(nFontIndex, Word, nWordStyle);
H A Ddoc_ap.cpp129 int32_t CPVT_Provider::GetCharWidth(int32_t nFontIndex, function in class:CPVT_Provider
H A Dpdf_vt.h446 int32_t GetCharWidth(int32_t nFontIndex,
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp193 GetCharWidth(hDC, start, end, widths);
339 GetCharWidth(hDC, 32, 255, char_widths);
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h801 int32_t GetCharWidth(int32_t nFontIndex,
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp102 int32_t CFX_Edit_Provider::GetCharWidth(int32_t nFontIndex, function in class:CFX_Edit_Provider
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 337 milliseconds