Searched refs:imageList (Results 1 - 12 of 12) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DImageList.h19 bool Attach(HIMAGELIST imageList) argument
21 if (imageList == NULL)
23 m_Object = imageList;
29 HIMAGELIST imageList = m_Object; local
31 return imageList;
H A DToolBar.h34 HIMAGELIST SetImageList(UINT listIndex, HIMAGELIST imageList) { return HIMAGELIST(SendMessage(TB_SETIMAGELIST, listIndex, (LPARAM)imageList)); } argument
H A DComboBox.h56 HIMAGELIST SetImageList(HIMAGELIST imageList) { return (HIMAGELIST)SendMessage(CBEM_SETIMAGELIST, 0, (LPARAM)imageList); } argument
H A DListView.h81 HIMAGELIST SetImageList(HIMAGELIST imageList, int imageListType) argument
82 { return ListView_SetImageList(_window, imageList, imageListType); }
/external/opencv3/samples/cpp/
H A D3calibration.cpp185 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 Dcalibration.cpp318 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 Dselect3dobj.cpp409 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 Dcamera_calibration.cpp108 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 Ddynamic_images.cc518 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 Dcap_openni.cpp625 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 Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 238 milliseconds