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

void Impala::Application::VideoExcel::TableOverviewWindow::PixelToRows ( int  pixel,
int *  startrow,
int *  endrow 
) [inline]

Definition at line 71 of file TableOverviewWindow.h.

References PixelToRow().

Referenced by UpdatePixelCache().

00072     {
00073         *startrow = PixelToRow(pixel);
00074         *endrow   = PixelToRow(pixel+1) -1 ;
00075         // RvB: Next line is nonsense
00076         // if (endrow < startrow) endrow = startrow;
00077     }

Here is the call graph for this function:


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