Home
last modified time | relevance | path

Searched refs:ptFoot (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp129 pCaretInfo->ptFoot); in OnNotify()
377 CPDF_Point ptHead(0,0),ptFoot(0,0); in SetEditCaret() local
381 GetCaretInfo(ptHead,ptFoot); in SetEditCaret()
385 this->IOnSetCaret(bVisible,ptHead,ptFoot,wpTemp); in SetEditCaret()
388 void CPWL_EditCtrl::GetCaretInfo(CPDF_Point & ptHead, CPDF_Point & ptFoot) const in GetCaretInfo()
399 ptFoot.x = word.ptWord.x + word.fWidth; in GetCaretInfo()
400 ptFoot.y = word.ptWord.y + word.fDescent; in GetCaretInfo()
406 ptFoot.x = line.ptLine.x; in GetCaretInfo()
407 ptFoot.y = line.ptLine.y + line.fLineDescent; in GetCaretInfo()
414 CPDF_Point ptHead(0,0), ptFoot(0,0); in GetCaretPos() local
[all …]
DPWL_Caret.cpp138 void CPWL_Caret::SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot) in SetCaret() argument
145 m_ptFoot.x != ptFoot.x || m_ptFoot.y != ptFoot.y) in SetCaret()
148 this->m_ptFoot = ptFoot; in SetCaret()
158 this->m_ptFoot = ptFoot; in SetCaret()
DPWL_Note.cpp223 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot); in OnNotify()
585 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot); in OnNotify()
1117 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot); in OnNotify()
1675 if (pInfo->ptFoot.y < rcClient.bottom) in OnNotify()
1677 CPDF_Point pt = m_pContents->OutToIn(pInfo->ptFoot); in OnNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Caret.h13 PWL_CARET_INFO() : bVisible(FALSE), ptHead(0,0), ptFoot(0,0) in PWL_CARET_INFO()
19 CPDF_Point ptFoot; member
38 void SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot);
DPWL_EditCtrl.h137 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,…
DPWL_ListBox.h29 …void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const…
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2330 CPDF_Point ptFoot(0,0); in ScrollToCaret() local
2342 ptFoot.x = word.ptWord.x + word.fWidth; in ScrollToCaret()
2343 ptFoot.y = word.ptWord.y + word.fDescent; in ScrollToCaret()
2349 ptFoot.x = line.ptLine.x; in ScrollToCaret()
2350 ptFoot.y = line.ptLine.y + line.fLineDescent; in ScrollToCaret()
2355 CPDF_Point ptFootEdit = VTToEdit(ptFoot); in ScrollToCaret()
2379 SetScrollPosY(ptFoot.y + rcPlate.Height()); in ScrollToCaret()
2599 CPDF_Point ptHead(0.0f,0.0f),ptFoot(0.0f,0.0f); in SetCaretInfo() local
2610 ptFoot.x = word.ptWord.x + word.fWidth; in SetCaretInfo()
2611 ptFoot.y = word.ptWord.y + word.fDescent; in SetCaretInfo()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h76 …OnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPl…