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

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

Definition at line 76 of file TableOverviewWindow.h.

References PixelToRow().

Referenced by UpdatePixelCache().

00077     {
00078         *startrow = PixelToRow(pixel);
00079         *endrow   = PixelToRow(pixel+1) -1 ;
00080         // RvB: Next line is nonsense
00081         // if (endrow < startrow) endrow = startrow;
00082     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:46:35 2010 for ImpalaSrc by  doxygen 1.5.1