Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Application::VideoExcel::TableViewCache::UpdateZoom ( OGLVIEW *  v,
int  w,
int  h 
) [inline]

Definition at line 158 of file TableViewCache.h.

Referenced by ShowView().

00159     {
00160         if (!v || !v->im) return;
00161 
00162         float zoomX, zoomY;
00163         zoomY = zoomX = (v->w)/(float)v->im->w;
00164         viewSys.SetZoom(v, zoomX, zoomY);
00165     }


Generated on Fri Mar 19 10:54:33 2010 for ImpalaSrc by  doxygen 1.5.1