Definition at line 213 of file ImageSetIdxGrid.h. References ClampViewIdx(), and mViews. Referenced by FindIndex(). 00214 { 00215 ClampViewIdx(start); 00216 for (int i=start; i>=0; i--) 00217 { 00218 if (imIdx == (int) (long long) mViews[i]->UserData1) 00219 return i; 00220 } 00221 return -1; 00222 }
Here is the call graph for this function:
|