Home
last modified time | relevance | path

Searched refs:CPVT_WordRange (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.h121 CPVT_WordRange GetSelectWordRange() const;
129 CPVT_WordRange CombineWordRange(const CPVT_WordRange& wr1,
130 const CPVT_WordRange& wr2);
131 CPVT_WordRange GetLatinWordsRange(const CFX_PointF& point) const;
132 CPVT_WordRange GetLatinWordsRange(const CPVT_WordPlace& place) const;
133 CPVT_WordRange GetArabicWordsRange(const CPVT_WordPlace& place) const;
134 CPVT_WordRange GetSameWordsRange(const CPVT_WordPlace& place,
DPWL_Edit.cpp254 CPVT_WordRange wrWhole = m_pEdit->GetWholeWordRange(); in GetThisAppearanceStream()
255 CPVT_WordRange wrSelect = GetSelectWordRange(); in GetThisAppearanceStream()
256 CPVT_WordRange wrVisible = in GetThisAppearanceStream()
259 CPVT_WordRange wrSelBefore(wrWhole.BeginPos, wrSelect.BeginPos); in GetThisAppearanceStream()
260 CPVT_WordRange wrSelAfter(wrSelect.EndPos, wrWhole.EndPos); in GetThisAppearanceStream()
261 CPVT_WordRange wrTemp = in GetThisAppearanceStream()
392 CPVT_WordRange wrRange = m_pEdit->GetVisibleWordRange(); in DrawThisAppearance()
393 CPVT_WordRange* pRange = nullptr; in DrawThisAppearance()
472 CPVT_WordRange wr = GetSelectWordRange(); in GetSelectAppearanceStream()
476 CPVT_WordRange CPWL_Edit::GetSelectWordRange() const { in GetSelectWordRange()
[all …]
DPWL_Utils.h41 static CPVT_WordRange OverlapWordRange(const CPVT_WordRange& wr1,
42 const CPVT_WordRange& wr2);
86 const CPVT_WordRange* pRange = nullptr,
92 const CPVT_WordRange* pRange = nullptr);
DPWL_Utils.cpp27 CPVT_WordRange CPWL_Utils::OverlapWordRange(const CPVT_WordRange& wr1, in OverlapWordRange()
28 const CPVT_WordRange& wr2) { in OverlapWordRange()
29 CPVT_WordRange wrRet; in OverlapWordRange()
328 const CPVT_WordRange* pRange, in GetEditAppStream()
337 const CPVT_WordRange* pRange) { in GetEditSelAppStream()
DPWL_EditCtrl.h23 struct CPVT_WordRange;
DPWL_EditCtrl.cpp569 return m_pEdit->GetRangeText(CPVT_WordRange(wpStart, wpEnd)); in GetText()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h32 CFX_Edit_LineRect(const CPVT_WordRange& wrLine, const CFX_FloatRect& rcLine) in CFX_Edit_LineRect()
35 CPVT_WordRange m_wrLine;
45 void Add(const CPVT_WordRange& wrLine, const CFX_FloatRect& rcLine);
75 void Push(const CPVT_WordRange& linerange, const CFX_FloatRect& rect);
91 explicit CFX_Edit_Select(const CPVT_WordRange& range);
98 CPVT_WordRange ConvertToWordRange() const;
276 const CPVT_WordRange& wrSel,
287 CPVT_WordRange m_wrSel;
317 const CPVT_WordRange* pRange,
322 const CPVT_WordRange* pRange);
[all …]
Dfxet_edit.cpp214 void CFX_Edit_Refresh::Push(const CPVT_WordRange& linerange, in Push()
521 const CPVT_WordRange& wrSel, in CFXEU_Clear()
576 const CPVT_WordRange* pRange, in GetEditAppearanceStream()
691 const CPVT_WordRange* pRange) { in GetSelectAppearanceStream()
723 const CPVT_WordRange* pRange, in DrawEdit()
730 CPVT_WordRange wrSelect = pEdit->GetSelectWordRange(); in DrawEdit()
1058 CFX_WideString CFX_Edit::GetRangeText(const CPVT_WordRange& range) const { in GetRangeText()
1065 CPVT_WordRange wrTemp = range; in GetRangeText()
1108 CPVT_WordRange CFX_Edit::GetSelectWordRange() const { in GetSelectWordRange()
1166 CPVT_WordRange CFX_Edit::GetWholeWordRange() const { in GetWholeWordRange()
[all …]
/external/pdfium/core/fpdfdoc/
Dcpvt_wordrange.h13 struct CPVT_WordRange { struct
14 CPVT_WordRange() {} in CPVT_WordRange() argument
16 CPVT_WordRange(const CPVT_WordPlace& begin, const CPVT_WordPlace& end) { in CPVT_WordRange() function
43 bool operator!=(const CPVT_WordRange& wr) const { argument
Dcpdf_variabletext.h107 void RearrangePart(const CPVT_WordRange& PlaceRange);
118 CPVT_WordPlace DeleteWords(const CPVT_WordRange& PlaceRange);
211 void ClearEmptySections(const CPVT_WordRange& PlaceRange);
213 void ClearWords(const CPVT_WordRange& PlaceRange);
217 CPVT_FloatRect Rearrange(const CPVT_WordRange& PlaceRange);
220 CPVT_FloatRect RearrangeSections(const CPVT_WordRange& PlaceRange);
Dcsection.h33 void ClearWords(const CPVT_WordRange& PlaceRange);
46 const CPVT_WordRange& range) const;
Dcsection.cpp181 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
203 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
210 const CPVT_WordRange& range) const { in SearchWordPlace()
271 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords()
Dcpdf_variabletext.cpp377 const CPVT_WordRange& PlaceRange) { in DeleteWords()
400 DeleteWords(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in SetText()
890 void CPDF_VariableText::ClearEmptySections(const CPVT_WordRange& PlaceRange) { in ClearEmptySections()
916 void CPDF_VariableText::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords()
917 CPVT_WordRange NewRange; in ClearWords()
960 Rearrange(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in RearrangeAll()
963 void CPDF_VariableText::RearrangePart(const CPVT_WordRange& PlaceRange) { in RearrangePart()
967 CPVT_FloatRect CPDF_VariableText::Rearrange(const CPVT_WordRange& PlaceRange) { in Rearrange()
973 CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in Rearrange()
1025 const CPVT_WordRange& PlaceRange) { in RearrangeSections()
Dcpvt_generateap.h22 struct CPVT_WordRange;