Home
last modified time | relevance | path

Searched refs:CPVT_Line (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h16 struct CPVT_Line;
243 struct CPVT_Line { struct
244 CPVT_Line() in CPVT_Line() function
308 virtual FX_BOOL GetLine(CPVT_Line& line) const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_ap.cpp98 CPVT_Line line; in GetEditAppearanceStream()
194 CPVT_Line line; in GetSelectAppearanceStream()
Dfxet_edit.cpp55 FX_BOOL CFX_Edit_Iterator::GetLine(CPVT_Line& line) const { in GetLine()
1922 CPVT_Line line; in ScrollToCaret()
1999 CPVT_Line lineinfo; in RefreshPushLineRects()
2028 CPVT_Line lineinfo; in RefreshPushRandomRects()
2071 CPVT_Line lineinfo; in RefreshWordRange()
2131 CPVT_Line line; in SetCaretInfo()
2819 CPVT_Line line; in SetCaretOrigin()
2933 CPVT_Line line; in GetLineTop()
2949 CPVT_Line line; in GetLineBottom()
Dfxet_pageobjs.cpp217 CPVT_Line line; in DrawEdit()
341 CPVT_Line line; in DrawRichEdit()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h30 struct CPVT_Line;
159 virtual FX_BOOL GetLine(CPVT_Line& line) const = 0;
Dfxet_edit.h781 FX_BOOL GetLine(CPVT_Line& line) const override;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp352 CPVT_Line line; in GetCaretInfo()
DPWL_Utils.cpp465 CPVT_Line line; in GetWordSpellCheckAppearanceStream()
1637 CPVT_Line line; in AddSpellCheckObj()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h547 FX_BOOL GetLine(CPVT_Line& line) const override;
Ddoc_ap.cpp742 CPVT_Line line; in GenerateEditAP()
Ddoc_vt.cpp1783 FX_BOOL CPDF_VariableText_Iterator::GetLine(CPVT_Line& line) const { in GetLine()