Definition at line 101 of file LogoWindow.h. References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), OglGui::OglWindow::GetOGLWND(), MNAnimFuncs(), OglGui::OglWindow::WndHeight(), and OglGui::OglWindow::WndWidth(). Referenced by LogoWindow(). 00102 { 00103 00104 if (logoAnim) 00105 { 00106 MNAnimFuncs(GetOGLWND()); 00107 } 00108 else 00109 { 00110 SetAllowRepositionViewers(false); 00111 if (logoIm) 00112 { 00113 UpdateView(0, logoIm, "Direct", 1.0, 0); 00114 int x = WndWidth() / 2 - (logoIm->CW() / 2); 00115 int y = WndHeight() / 2 - (logoIm->CH() / 2); 00116 GetView(0)->SetDimensions2D(x, y, RETAIN, RETAIN); 00117 } 00118 } 00119 }
Here is the call graph for this function:
|