Searched refs:SetSc (Results 1 – 11 of 11) sorted by relevance
254 void HexView::SetSc(uint64 address) in SetSc() function in Upp::HexView347 SetSc(sc - pg); in Key()351 SetSc(sc + pg); in Key()355 SetSc(sc - 1); in Key()358 SetSc(sc + 1); in Key()361 SetSc(sc - columns); in Key()364 SetSc(sc + columns); in Key()404 SetSc(a); in StdGoto()500 SetSc(0); in HexView()
88 void SetSc(uint64 address);
39 SetSc(p->a); in RestoreEditPos()43 SetSc(0); in RestoreEditPos()
51 memory.SetSc(0); in MemoryLoad()
215 memory.SetSc(adr); in MemoryGoto()
133 void Setc(double c) { SetSc(c); } in Setc()
152 void SetSc(std::unique_ptr<Scanner>&& sc) { m_result = std::move(sc); } in SetSc() function
140 void SetSc(Pointf center);
401 void PlotterCtrl::SetSc(Pointf center) in SetSc() function in Upp::PlotterCtrl
1029 this->SetSc(std::unique_ptr<Scanner>(new Scanner));
895 this->SetSc(std::unique_ptr<Scanner>(new Scanner)); in AcceptStates()