Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:35 2011 for ImpalaSrc by  doxygen 1.5.1