Lines Matching refs:ptFoot
1112 CFX_PointF ptFoot; in ScrollToCaret() local
1118 ptFoot.x = word.ptWord.x + word.fWidth; in ScrollToCaret()
1119 ptFoot.y = word.ptWord.y + word.fDescent; in ScrollToCaret()
1123 ptFoot.x = line.ptLine.x; in ScrollToCaret()
1124 ptFoot.y = line.ptLine.y + line.fLineDescent; in ScrollToCaret()
1128 CFX_PointF ptFootEdit = VTToEdit(ptFoot); in ScrollToCaret()
1143 SetScrollPosY(ptFoot.y + rcPlate.Height()); in ScrollToCaret()
1270 CFX_PointF ptFoot; in SetCaretInfo() local
1276 ptFoot.x = word.ptWord.x + word.fWidth; in SetCaretInfo()
1277 ptFoot.y = word.ptWord.y + word.fDescent; in SetCaretInfo()
1281 ptFoot.x = line.ptLine.x; in SetCaretInfo()
1282 ptFoot.y = line.ptLine.y + line.fLineDescent; in SetCaretInfo()
1288 VTToEdit(ptFoot)); in SetCaretInfo()