/external/lzma/CPP/Windows/Control/ |
H A D | ImageList.h | 19 bool Attach(HIMAGELIST imageList)
argument 21 if (imageList == NULL)
23 m_Object = imageList;
29 HIMAGELIST imageList = m_Object;
local 31 return imageList;
|
H A D | ToolBar.h | 34 HIMAGELIST SetImageList(UINT listIndex, HIMAGELIST imageList) { return HIMAGELIST(SendMessage(TB_SETIMAGELIST, listIndex, (LPARAM)imageList)); }
argument
|
H A D | ComboBox.h | 56 HIMAGELIST SetImageList(HIMAGELIST imageList) { return (HIMAGELIST)SendMessage(CBEM_SETIMAGELIST, 0, (LPARAM)imageList); }
argument
|
H A D | ListView.h | 81 HIMAGELIST SetImageList(HIMAGELIST imageList, int imageListType)
argument 82 { return ListView_SetImageList(_window, imageList, imageListType); }
|
/external/opencv3/samples/cpp/ |
H A D | 3calibration.cpp | 185 vector<string> imageList; local 239 !readStringList(inputFilename, imageList) || 240 imageList.size() == 0 || imageList.size() % 3 != 0 ) 261 imgpt[k].resize(imageList.size()/3); 263 for( i = 0; i < (int)(imageList.size()/3); i++ ) 268 printf("%s\n", imageList[i*3+k].c_str()); 269 view = imread(imageList[i*3+k], 1); 350 for( i = 0; i < (int)(imageList.size()/3); i++ ) 357 view = imread(imageList[ [all...] |
H A D | calibration.cpp | 318 vector<string> imageList; local 418 if( !videofile && readStringList(inputFilename, imageList) ) 426 if( !capture.isOpened() && imageList.empty() ) 429 if( !imageList.empty() ) 430 nframes = (int)imageList.size(); 448 else if( i < (int)imageList.size() ) 449 view = imread(imageList[i], 1); 563 for( i = 0; i < (int)imageList.size(); i++ ) 565 view = imread(imageList[i], 1);
|
H A D | select3dobj.cpp | 409 vector<string> imageList; local 474 if( !readStringList(inputName, imageList) && 484 if( !capture.isOpened() && imageList.empty() ) 523 bool grabNext = !imageList.empty(); 530 if( !imageList.empty() ) 532 if( i < (int)imageList.size() ) 533 frame0 = imread(string(imageList[i]), 1); 614 grabNext = !imageList.empty(); 619 int c = waitKey(imageList.empty() && !box.empty() ? 30 : 300);
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/ |
H A D | camera_calibration.cpp | 108 if (readStringList(input, imageList)) 111 nrFrames = (nrFrames < (int)imageList.size()) ? nrFrames : (int)imageList.size(); 156 else if( atImageList < imageList.size() ) 157 result = imread(imageList[atImageList++], IMREAD_COLOR); 193 vector<string> imageList; member in class:Settings 388 for(size_t i = 0; i < s.imageList.size(); i++ ) 390 view = imread(s.imageList[i], 1);
|
/external/google-breakpad/src/client/mac/handler/ |
H A D | dynamic_images.cc | 518 uint64_t imageList = GetDyldAllImageInfosPointer(); local 520 if (imageList) { 522 ReadImageInfo<MachO64>(*this, imageList); 524 ReadImageInfo<MachO32>(*this, imageList);
|
/external/opencv3/modules/videoio/src/ |
H A D | cap_openni.cpp | 625 xn::NodeInfoList imageList; local 626 status = context.EnumerateExistingNodes( imageList, XN_NODE_TYPE_IMAGE ); 633 if( !imageList.IsEmpty() )
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |