Home
last modified time | relevance | path

Searched refs:bBefore (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp229 int32_t CFDE_TxtEdtEngine::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { in SetCaretPos() argument
239 nIndex = NormalizeCaretPos(nIndex, FDE_FORMAT_CARET_MIDDLE, bBefore); in SetCaretPos()
242 m_bBefore = bBefore; in SetCaretPos()
287 FX_BOOL bBefore = TRUE; in MoveCaretPos() local
288 int32_t nIndex = MoveBackward(bBefore); in MoveCaretPos()
292 NormalizeCaretPos(nIndex, FDE_FORMAT_CARET_BACKWARD, bBefore); in MoveCaretPos()
299 UpdateCaretRect(nIndex, bBefore); in MoveCaretPos()
310 FX_BOOL bBefore = TRUE; in MoveCaretPos() local
311 int32_t nIndex = MoveForward(bBefore); in MoveCaretPos()
317 nIndex = NormalizeCaretPos(nIndex, FDE_FORMAT_CARET_FORWARD, bBefore); in MoveCaretPos()
[all …]
Dfde_txtedtblock.h101 FX_BOOL& bBefore);
106 FX_BOOL& bBefore);
112 FX_BOOL& bBefore);
203 FX_BOOL& bBefore) { in Insert() argument
210 FX_BOOL& bBefore) { in Delete() argument
218 FX_BOOL& bBefore) { in Replace() argument
Dfde_txtedtengine.h82 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore);
182 int32_t MoveForward(FX_BOOL& bBefore);
183 int32_t MoveBackward(FX_BOOL& bBefore);
193 void UpdateCaretRect(int32_t nIndex, FX_BOOL bBefore = TRUE);
197 FX_BOOL bBefore = TRUE);
Dfde_txtedtpage.cpp208 FX_BOOL& bBefore) { in GetCharIndex() argument
254 bBefore = TRUE; in GetCharIndex()
265 bBefore = TRUE; in GetCharIndex()
271 bBefore = FX_IsOdd(pPiece->nBidiLevel); in GetCharIndex()
273 bBefore = !FX_IsOdd(pPiece->nBidiLevel); in GetCharIndex()
280 bBefore = TRUE; in GetCharIndex()
361 FX_BOOL bBefore; in SelectWord() local
362 int32_t nIndex = GetCharIndex(fPoint, bBefore); in SelectWord()
Dfde_txtedtblock.cpp241 FX_BOOL& bBefore) { in Insert() argument
266 bBefore = TRUE; in Insert()
275 FX_BOOL& bBefore) { in Delete() argument
302 bBefore = TRUE; in Delete()
310 FX_BOOL& bBefore) { in Replace() argument
Dfde_txtedtpage.h103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_pagemgr_new.h40 FX_BOOL bBefore,
87 FX_BOOL bBefore,
Dxfa_layout_pagemgr_new.cpp679 FX_BOOL bBefore, in ExecuteBreakBeforeOrAfter() argument
731 bBefore ? XFA_ATTRIBUTE_BeforeTarget : XFA_ATTRIBUTE_AfterTarget); in ExecuteBreakBeforeOrAfter()
734 if (RunBreak(bBefore ? XFA_ELEMENT_BreakBefore : XFA_ELEMENT_BreakAfter, in ExecuteBreakBeforeOrAfter()
735 pCurNode->GetEnum(bBefore ? XFA_ATTRIBUTE_Before in ExecuteBreakBeforeOrAfter()
752 FX_BOOL bBefore, in ProcessBreakBeforeOrAfter() argument
760 bCreatePage = ExecuteBreakBeforeOrAfter(pBreakNode, bBefore, in ProcessBreakBeforeOrAfter()
/external/pdfium/xfa/src/fee/include/
Difde_txtedtpage.h21 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore) = 0;
Difde_txtedtengine.h202 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE) = 0;
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dedit.cpp57 int32_t CFWL_Edit::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { in SetCaretPos() argument
60 return static_cast<IFWL_Edit*>(m_pIface)->SetCaretPos(nIndex, bBefore); in SetCaretPos()
/external/pdfium/xfa/include/fwl/lightwidget/
Dedit.h23 int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp58 int32_t IFWL_Edit::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { in SetCaretPos() argument
59 return static_cast<CFWL_EditImp*>(GetImpl())->SetCaretPos(nIndex, bBefore); in SetCaretPos()
548 int32_t CFWL_EditImp::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { in SetCaretPos() argument
551 return m_pEdtEngine->SetCaretPos(nIndex, bBefore); in SetCaretPos()
1873 FX_BOOL bBefore = TRUE; in DoButtonDown() local
1874 int32_t nIndex = pPage->GetCharIndex(pt, bBefore); in DoButtonDown()
1878 m_pOwner->m_pEdtEngine->SetCaretPos(nIndex, bBefore); in DoButtonDown()
1979 FX_BOOL bBefore = TRUE; in OnMouseMove() local
1980 int32_t nIndex = pPage->GetCharIndex(pt, bBefore); in OnMouseMove()
1981 m_pOwner->m_pEdtEngine->SetCaretPos(nIndex, bBefore); in OnMouseMove()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h127 int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h46 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h8089 …virtual HRESULT WINAPI OnUpdateOverlay(WINBOOL bBefore,DWORD dwFlags,WINBOOL bOldVisible,const REC…
8099 …HRESULT (WINAPI *OnUpdateOverlay)(IDDrawExclModeVideoCallback *This,WINBOOL bBefore,DWORD dwFlags,…
8111 …Overlay(This,bBefore,dwFlags,bOldVisible,prcOldSrc,prcOldDest,bNewVisible,prcNewSrc,prcNewDest) (T… argument
8116 …Callback_OnUpdateOverlay_Proxy(IDDrawExclModeVideoCallback *This,WINBOOL bBefore,DWORD dwFlags,WIN…