Searched defs:image2 (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleImage.h69 static bool imagesEquivalent(StyleImage* image1, StyleImage* image2) argument
71 if (image1 != image2) {
72 if (!image1 || !image2)
74 return *image1 == *image2;
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp501 bool compareImagesFuzzyPixelCount(const QImage& image1, const QImage& image2, qreal tolerance = 0.05) argument
503 if (image1.size() != image2.size())
509 if (image1.pixel(row, column) != image2.pixel(row, column))
/external/webkit/Tools/DumpRenderTree/chromium/
H A DImageDiff.cpp290 bool createImageDiff(const Image& image1, const Image& image2, Image* out) argument
292 int w = min(image1.width(), image2.width());
293 int h = min(image1.height(), image2.height());
295 bool same = (image1.width() == image2.width()) && (image1.height() == image2.height());
301 if (basePixel != image2.pixelAt(x, y)) {
/external/opencv/cvaux/src/
H A Dcvcorrimages.cpp176 /* 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 189 milliseconds