/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtengine.cpp | 229 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 …]
|
D | fde_txtedtblock.h | 101 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
|
D | fde_txtedtengine.h | 82 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);
|
D | fde_txtedtpage.cpp | 208 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()
|
D | fde_txtedtblock.cpp | 241 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
|
D | fde_txtedtpage.h | 103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_layout_pagemgr_new.h | 40 FX_BOOL bBefore, 87 FX_BOOL bBefore,
|
D | xfa_layout_pagemgr_new.cpp | 679 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/ |
D | ifde_txtedtpage.h | 21 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore) = 0;
|
D | ifde_txtedtengine.h | 202 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE) = 0;
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | edit.cpp | 57 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/ |
D | edit.h | 23 int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_editimp.cpp | 58 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/ |
D | fwl_edit.h | 127 int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_editimp.h | 46 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 8089 …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…
|