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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Caret.h 13 PWL_CARET_INFO() : bVisible(FALSE), ptHead(0,0), ptFoot(0,0)
19 CPDF_Point ptFoot;
38 void SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot);
PWL_EditCtrl.h 137 void GetCaretInfo(CPDF_Point & ptHead, CPDF_Point & ptFoot) const;
138 void SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot);
151 virtual void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place);
PWL_ListBox.h 29 void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 138 void CPWL_Caret::SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot)
145 m_ptFoot.x != ptFoot.x || m_ptFoot.y != ptFoot.y)
148 this->m_ptFoot = ptFoot;
158 this->m_ptFoot = ptFoot;
PWL_EditCtrl.cpp 129 pCaretInfo->ptFoot);
377 CPDF_Point ptHead(0,0),ptFoot(0,0);
381 GetCaretInfo(ptHead,ptFoot);
385 this->IOnSetCaret(bVisible,ptHead,ptFoot,wpTemp);
388 void CPWL_EditCtrl::GetCaretInfo(CPDF_Point & ptHead, CPDF_Point & ptFoot) const
399 ptFoot.x = word.ptWord.x + word.fWidth;
400 ptFoot.y = word.ptWord.y + word.fDescent;
406 ptFoot.x = line.ptLine.x;
407 ptFoot.y = line.ptLine.y + line.fLineDescent;
414 CPDF_Point ptHead(0,0), ptFoot(0,0);
    [all...]
PWL_Note.cpp 223 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot);
585 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot);
1117 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 76 virtual void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place) = 0;

Completed in 1517 milliseconds