HomeSort by relevance Sort by last modified time
    Searched refs:bBefore (Results 1 - 18 of 18) sorted by null

  /external/pdfium/xfa/src/fee/include/
ifde_txtedtpage.h 21 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore) = 0;
ifde_txtedtengine.h 202 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE) = 0;
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.h 101 FX_BOOL& bBefore);
106 FX_BOOL& bBefore);
112 FX_BOOL& bBefore);
203 FX_BOOL& bBefore) {
210 FX_BOOL& bBefore) {
218 FX_BOOL& bBefore) {
fde_txtedtengine.cpp 229 int32_t CFDE_TxtEdtEngine::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) {
239 nIndex = NormalizeCaretPos(nIndex, FDE_FORMAT_CARET_MIDDLE, bBefore);
242 m_bBefore = bBefore;
287 FX_BOOL bBefore = TRUE;
288 int32_t nIndex = MoveBackward(bBefore);
292 NormalizeCaretPos(nIndex, FDE_FORMAT_CARET_BACKWARD, bBefore);
299 UpdateCaretRect(nIndex, bBefore);
310 FX_BOOL bBefore = TRUE;
311 int32_t nIndex = MoveForward(bBefore);
317 nIndex = NormalizeCaretPos(nIndex, FDE_FORMAT_CARET_FORWARD, bBefore);
    [all...]
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);
fde_txtedtpage.cpp 208 FX_BOOL& bBefore) {
254 bBefore = TRUE;
265 bBefore = TRUE;
271 bBefore = FX_IsOdd(pPiece->nBidiLevel);
273 bBefore = !FX_IsOdd(pPiece->nBidiLevel);
280 bBefore = TRUE;
361 FX_BOOL bBefore;
362 int32_t nIndex = GetCharIndex(fPoint, bBefore);
fde_txtedtblock.cpp 241 FX_BOOL& bBefore) {
266 bBefore = TRUE;
275 FX_BOOL& bBefore) {
302 bBefore = TRUE;
310 FX_BOOL& bBefore) {
fde_txtedtpage.h 103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
  /external/pdfium/xfa/include/fwl/lightwidget/
edit.h 23 int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 57 int32_t CFWL_Edit::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) {
60 return static_cast<IFWL_Edit*>(m_pIface)->SetCaretPos(nIndex, bBefore);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.h 40 FX_BOOL bBefore,
87 FX_BOOL bBefore,
xfa_layout_pagemgr_new.cpp 679 FX_BOOL bBefore,
731 bBefore ? XFA_ATTRIBUTE_BeforeTarget : XFA_ATTRIBUTE_AfterTarget);
734 if (RunBreak(bBefore ? XFA_ELEMENT_BreakBefore : XFA_ELEMENT_BreakAfter,
735 pCurNode->GetEnum(bBefore ? XFA_ATTRIBUTE_Before
752 FX_BOOL bBefore,
760 bCreatePage = ExecuteBreakBeforeOrAfter(pBreakNode, bBefore,
    [all...]
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h 127 int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 58 int32_t IFWL_Edit::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) {
59 return static_cast<CFWL_EditImp*>(GetImpl())->SetCaretPos(nIndex, bBefore);
548 int32_t CFWL_EditImp::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) {
551 return m_pEdtEngine->SetCaretPos(nIndex, bBefore);
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h 46 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore = TRUE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h 575 virtual HRESULT WINAPI Insert(BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID) = 0;
598 HRESULT (WINAPI *Insert)(IAgentCommands *This,BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 dwRefID,__LONG32 bBefore,__LONG32 *pdwID);
    [all...]
strmif.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]

Completed in 973 milliseconds