Home
last modified time | relevance | path

Searched refs:utilizeView (Results 1 – 4 of 4) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemView.h338 bool utilizeView=false);
340 bool utilizeView=false, const char * subject=NULL);
346 void RawVisitFullsized(emPanel * panel, bool utilizeView=false);
579 bool utilizeView=false) const;
H A DemViewAnimator.h332 bool utilizeView=false, const char * subject=NULL);
373 double relA, bool adherent, bool utilizeView, const char * subject
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemView.cpp533 void emView::VisitFullsized(emPanel * panel, bool adherent, bool utilizeView) in VisitFullsized() argument
535 VisitFullsized(panel->GetIdentity(), adherent, utilizeView, panel->GetTitle()); in VisitFullsized()
540 const char * identity, bool adherent, bool utilizeView, in VisitFullsized() argument
545 VisitingVA->SetGoalFullsized(identity, adherent, utilizeView, subject); in VisitFullsized()
566 void emView::RawVisitFullsized(emPanel * panel, bool utilizeView) in RawVisitFullsized() argument
568 RawVisit(panel,0.0,0.0,utilizeView?-1.0:0.0); in RawVisitFullsized()
1501 bool utilizeView in CalcVisitFullsizedCoords()
1518 if ((ew*fh*HomePixelTallness>=eh*fw) != utilizeView) { in CalcVisitFullsizedCoords()
H A DemViewAnimator.cpp1011 const char * identity, bool adherent, bool utilizeView, const char * subject in SetGoalFullsized() argument
1014 SetGoal(VT_VISIT_FULLSIZED,identity,0.0,0.0,0.0,adherent,utilizeView,subject); in SetGoalFullsized()
1353 double relA, bool adherent, bool utilizeView, const char * subject in SetGoal() argument
1361 UtilizeView=utilizeView; in SetGoal()