Searched defs:image2 (Results 1 - 6 of 6) sorted by relevance
/external/pdfium/samples/ |
H A D | image_diff.cc | 293 bool CreateImageDiff(const Image& image1, const Image& image2, Image* out) { argument 294 int w = std::min(image1.w(), image2.w()); 295 int h = std::min(image1.h(), image2.h()); 297 bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); 304 if (base_pixel != image2.pixel_at(x, y)) {
|
/external/opencv/cvaux/src/ |
H A D | cvcorrimages.cpp | 176 /* For given points1 (with pntStatus) on image1 finds corresponding points2 on image2 and set pntStatus2 for them */ 179 IplImage *image2,/* Image 2 */ 206 if( image1 == 0 || image2 == 0 || 223 if( image2->width != w || image2->height != h ) 309 cvCvtColor(image2,grayImage2,CV_BGR2GRAY); 313 grayImage2.CopyOf(image2,0); 178 icvFindCorrForGivenPoints( IplImage *image1, IplImage *image2, CvMat *points1, CvMat *pntStatus1, CvMat *points2, CvMat *pntStatus2, int useFilter, double threshold) argument
|
/external/skia/tests/ |
H A D | DeferredCanvasTest.cpp | 141 SkAutoTUnref<SkImage> image2(canvas->newImageSnapshot()); 755 SkImage* image2 = surface->newImageSnapshot(); local 756 SkAutoTUnref<SkImage> aur_i2(image2); 758 REPORTER_ASSERT(reporter, image1->uniqueID() == image2->uniqueID()); 837 SkAutoTUnref<SkImage> image2(canvas->newImageSnapshot()); 838 REPORTER_ASSERT(reporter, image1->uniqueID() != image2->uniqueID());
|
H A D | SurfaceTest.cpp | 462 SkAutoTUnref<SkImage> image2(surface1->newImageSnapshot()); 464 // pool because it is held by image2 475 REPORTER_ASSERT(reporter, image4->getTexture() != image2->getTexture()); 477 REPORTER_ASSERT(reporter, image3->getTexture() != image2->getTexture()); 479 REPORTER_ASSERT(reporter, image2->getTexture() != image1->getTexture()); 567 SkImage* image2 = surface->newImageSnapshot(); local 568 SkAutoTUnref<SkImage> aur_image2(image2); 569 SkDEBUGCODE(image2->validate();) 571 REPORTER_ASSERT(reporter, image1 != image2);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
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 ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
Completed in 176 milliseconds