Home
last modified time | relevance | path

Searched refs:GetGPos (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DLineEdit.cpp87 SetRectSelection(GetGPos(rect.top, rect.left), GetGPos(rect.bottom, rect.right)); in SetRectSelection()
106 l = GetGPos(line, rect.left); in GetRectSelection()
107 h = GetGPos(line, rect.right); in GetRectSelection()
133 return (int)GetGPos(rect.bottom, rect.left); in RemoveRectSelection()
188 int l = (int)GetGPos(i + p.y, p.x); in PasteColumn()
200 int l = (int)GetGPos(i + p.y, p.x); in PasteColumn()
660 int64 LineEdit::GetGPos(int ln, int cl) const { in GetGPos() function in Upp::LineEdit
763 int offset = int(GetGPos(lny, pos.x) - GetPos64(lny)); in AlignChar()
863 return GetGPos(p.y, p.x); in GetMousePos()
947 PlaceCaretNoG(GetGPos(ln, gcolumn), sel); in MoveUpDown()
H A DTextEdit.h380 int64 GetGPos(int ln, int cl) const;
383 int64 GetColumnLinePos(Point pos) const { return GetGPos(pos.y, pos.x); } in GetColumnLinePos()
/dports/devel/upp/upp/uppsrc/CtrlLib/src.tpp/
H A DLineEdit_en-us.tpp55 [s5;:LineEdit`:`:GetGPos`(int`,int`)const: [@(0.0.255) int]_[* GetGPos]([@(0.0.255) int]_[*@3 l
99 [s2;%% Same as SetRectSelection(GetGPos(rect.top, rect.left), GetGPos(rect.bottom,
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DCLogic.cpp100 int wl = (int)e.GetGPos(l, limit) - lp0; in IndentInsert0()
H A DCodeEditor.cpp367 SetCursor(GetGPos(cursor.y, cursor.x)); in Make()
1020 int wl = (int)GetGPos(l, limit) - lp0; in Key()