Searched defs:ptHead (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Caret.h13 PWL_CARET_INFO() : bVisible(FALSE), ptHead(0,0), ptFoot(0,0)
18 CPDF_Point ptHead; member in struct:PWL_CARET_INFO
38 void SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp138 void CPWL_Caret::SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot) argument
144 if (m_ptHead.x != ptHead.x || m_ptHead.y != ptHead.y ||
147 this->m_ptHead = ptHead;
157 this->m_ptHead = ptHead;
H A DPWL_EditCtrl.cpp128 pCaretInfo->ptHead,
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 argument
397 ptHead.x = word.ptWord.x + word.fWidth;
398 ptHead.y = word.ptWord.y + word.fAscent;
404 ptHead.x = line.ptLine.x;
405 ptHead.y = line.ptLine.y + line.fLineAscent;
414 CPDF_Point ptHead(
421 SetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot) argument
670 IOnSetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot, const CPVT_WordPlace& place) argument
[all...]

Completed in 90 milliseconds