Searched refs:theInfo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfiledlg.cpp251 NavFileOrFolderInfo* theInfo = (NavFileOrFolderInfo*) info ; local
252 if ( !theInfo->isFolder )
262 display = CheckFile( file , theInfo->fileAndFolder.fileInfo.finderInfo.fdType , data ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfiledlg.cpp313 NavFileOrFolderInfo* theInfo = (NavFileOrFolderInfo*) info ; local
314 if ( !theInfo->isFolder )
321 display = CheckFile( file , theInfo->fileAndFolder.fileInfo.finderInfo.fdType , data ) ;
342 display = CheckFile( file , theInfo->fileAndFolder.fileInfo.finderInfo.fdType , data ) ;
H A Dbitmap.cpp1308 PictInfo theInfo ; local
1310 GetPictInfo( thePict , &theInfo , 0 , 0 , systemMethod , 0 ) ;
1314 M_BITMAPHANDLERDATA->m_width = theInfo.sourceRect.right - theInfo.sourceRect.left ;
1315 M_BITMAPHANDLERDATA->m_height = theInfo.sourceRect.bottom - theInfo.sourceRect.top ;
1317 M_BITMAPHANDLERDATA->m_depth = theInfo.depth ;
1319 M_BITMAPHANDLERDATA->m_numColors = theInfo.uniqueColors ;

Completed in 63 milliseconds