Searched refs:points (Results 51 - 75 of 214) sorted by relevance

123456789

/external/opencv/cv/src/
H A Dcvposit.cpp54 static CvStatus icvCreatePOSITObject( CvPoint3D32f *points, argument
73 if( points == NULL )
94 * Construct object vectors from object points *
98 pObject->obj_vecs[i] = points[i + 1].x - points[0].x;
99 pObject->obj_vecs[N + i] = points[i + 1].y - points[0].y;
100 pObject->obj_vecs[2 * N + i] = points[i + 1].z - points[0].z;
335 cvCreatePOSITObject( CvPoint3D32f * points, in argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp253 // Performs a local triangulation of the control points in this
619 SkPoint points[4]; local
625 verb = iter.next(points);
636 curPoint = points[0];
637 moveToPoint = points[0];
640 LOG_ERROR("MoveTo (%f, %f)", points[0].fX, points[0].fY);
647 segment->setup(m_arena.get(), contour, curPoint, points[1]);
650 LOG_ERROR("CloseLineTo (%f, %f), (%f, %f)", curPoint.fX, curPoint.fY, points[1].fX, points[
[all...]
/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp63 memset( points, 0, sizeof(points));
96 int pointCount, CvPoint2D32f* points )
129 if( !points || pointCount < 4 )
179 memcpy( etalonPoints, points, arrSize );
193 int* pointCount, const CvPoint2D32f** points ) const
204 if( points )
205 *points = etalonPoints;
219 cvFree( points + i );
285 imgSize, points[
[all...]
H A Dcvtrifocal.cpp65 void icvFindBaseTransform(CvMat* points,CvMat* resultT);
119 void icvNormalizePoints( CvMat* points, CvMat* normPoints,CvMat* cameraMatr ) argument
121 /* Normalize image points using camera matrix */
127 if( points == 0 || normPoints == 0 || cameraMatr == 0 )
132 if( !CV_IS_MAT(points) || !CV_IS_MAT(normPoints) || !CV_IS_MAT(cameraMatr) )
138 numPoints = points->cols;
141 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same and more than 0" );
144 if( normPoints->rows != 2 || normPoints->rows != points->rows )
164 cvmSet(normPoints, 0, i, (cvmGet(points,0,i) - cx) / fx );
165 cvmSet(normPoints, 1, i, (cvmGet(points,
228 CvMat* points[3]; local
587 icvCompute3ProjectMatricesNPointsStatus( CvMat** points, CvMat** projMatrs, CvMat** statuses, double threshold, double p, CvMat* resStatus, CvMat* points4D) argument
812 CvMat* points[3]; local
1335 icvFindBaseTransform(CvMat* points,CvMat* resultT) argument
[all...]
H A Dcv3dtracker.cpp82 CvPoint3D32f *object_points = NULL; // real-world coordinates of checkerboard points
83 CvPoint2D32f *points = NULL; // 2d coordinates of checkerboard points as seen by a camera local
128 CV_CALL(points = (CvPoint2D32f *)cvAlloc(num_points * sizeof(CvPoint2D32f)));
130 // fill in the real-world coordinates of the checkerboard points
172 etalon_size, points, &count) != 0;
176 // If found is true, it means all the points were found (count = num_points).
177 // If found is false but count is non-zero, it means that not all points were found.
179 cvFindCornerSubPix(img, points, count, cvSize(5,5), cvSize(-1,-1),
187 points[
[all...]
/external/freetype/src/base/
H A Dftoutln.c92 limit = outline->points + last;
94 v_start = outline->points[first];
98 v_last = outline->points[last];
104 point = outline->points + first;
124 /* if both first and last points are conic, */
307 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) ||
404 FT_ARRAY_COPY( target->points, source->points, source->n_points );
429 FT_FREE( outline->points );
477 FT_Vector* vec = outline->points;
885 FT_Vector* points; local
[all...]
H A Dftgloadr.c109 FT_FREE( loader->base.outline.points );
148 current->points = base->points + base->n_points;
152 /* handle extra points table - if any */
197 /* it DOESN'T change the number of points within the loader! */
213 /* check points & tags */
224 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
375 FT_ARRAY_COPY( out->points, in->points,
382 /* do we need to copy the extra points
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DPath.cpp50 FloatPoint* points = element->points; local
54 segmentLength = traversalState.moveTo(points[0]);
57 segmentLength = traversalState.lineTo(points[0]);
60 segmentLength = traversalState.quadraticBezierTo(points[0], points[1]);
63 segmentLength = traversalState.cubicBezierTo(points[0], points[1], points[2]);
/external/flac/libFLAC/
H A Dformat.c253 seek_table->points[i].sample_number != FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER &&
254 seek_table->points[i].sample_number <= prev_sample_number
258 prev_sample_number = seek_table->points[i].sample_number;
286 qsort(seek_table->points, seek_table->num_points, sizeof(FLAC__StreamMetadata_SeekPoint), (int (*)(const void *, const void *))seekpoint_compare_);
291 if(seek_table->points[i].sample_number != FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER) {
293 if(seek_table->points[i].sample_number == seek_table->points[j-1].sample_number)
298 seek_table->points[j++] = seek_table->points[i];
302 seek_table->points[
[all...]
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp29 Syscall param read(buf) points to unaddressable byte(s)
49 Syscall param write(buf) points to unaddressable byte(s)
65 Syscall param open(filename) points to unaddressable byte(s)
99 Syscall param waitpid(status) points to unaddressable byte(s)
115 Syscall param creat(pathname) points to unaddressable byte(s)
131 Syscall param link(oldpath) points to unaddressable byte(s)
136 Syscall param link(newpath) points to unaddressable byte(s)
148 Syscall param unlink(pathname) points to unaddressable byte(s)
168 Syscall param execve(filename) points to unaddressable byte(s)
180 Syscall param chdir(path) points t
[all...]
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp22 Syscall param read(buf) points to unaddressable byte(s)
38 Syscall param write(buf) points to unaddressable byte(s)
51 Syscall param open(filename) points to unaddressable byte(s)
82 Syscall param wait4(status) points to unaddressable byte(s)
86 Syscall param wait4(rusage) points to unaddressable byte(s)
102 Syscall param link(oldpath) points to unaddressable byte(s)
106 Syscall param link(newpath) points to unaddressable byte(s)
116 Syscall param unlink(pathname) points to unaddressable byte(s)
129 Syscall param chdir(path) points to unaddressable byte(s)
151 Syscall param mknod(pathname) points t
[all...]
H A Daio.stderr.exp3 Syscall param aio_read(aiocbp->aio_buf) points to unaddressable byte(s)
10 Syscall param aio_write(aiocbp->aio_buf) points to unaddressable byte(s)
/external/webkit/Source/WebCore/svg/
H A DSVGPolyElement.h39 SVGListPropertyTearOff<SVGPointList>* points();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp138 SkPoint* points = reinterpret_cast<SkPoint*>(fastMalloc(sizeof(SkPoint) * (point + 1)));
139 if (!points)
142 path.getPoints(points, point + 1);
143 *xPos = SkiaScalarToHarfbuzzFixed(points[point].fX);
144 *yPos = SkiaScalarToHarfbuzzFixed(points[point].fY);
146 fastFree(points);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp155 SkPoint* points = reinterpret_cast<SkPoint*>(fastMalloc(sizeof(SkPoint) * (point + 1)));
156 if (!points)
159 path.getPoints(points, point + 1);
160 *xPos = SkiaScalarToHarfbuzzFixed(points[point].fX);
161 *yPos = SkiaScalarToHarfbuzzFixed(points[point].fY);
163 fastFree(points);
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp175 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints(); local
178 for (int i = 0; i < points.count(); ++i) {
179 id = static_cast<unsigned>(points.at(i).id());
180 switch (points.at(i).state()) {
198 m_touchPoints.append(WebPlatformTouchPoint(id, state, points.at(i).screenPos().toPoint(), points.at(i).pos().toPoint()));
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec31 This extension modifies the way in which points are rendered,
34 coordinates at each vertex. This extension effectively turns points
38 When using point size > 1 or attenuated points this extension is an
63 points.
65 Smoothed points can be approximated by using an appropriate texture
72 There is none. Sprite points are always rendered as window-aligned
87 Polygon culling wouldn't be useful for sprite points since the
92 7. Should sprite points be alpha-attenuated if their size is below the
121 When SPRITE_POINT_MESA is enabled points are rasterized as screen-
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
H A Djquery.flot.dashes.js45 var points = datapoints.points,
67 for (var i = ps; i < points.length; i += ps) {
69 var x1 = points[i - ps],
70 y1 = points[i - ps + 1],
71 x2 = points[i],
72 y2 = points[i + 1];
/external/replicaisland/tools/
H A DExtractPoints.js23 * path in the file must be closed and may not contain any curved points
24 * (the tool assumes that the line between any two points in a given path is
65 var points = item.pathPoints;
71 for (var y = 0; y < points.length; y++) {
72 var firstPoint = points[y];
73 var lastPoint = points[(y + 1) % points.length];
114 totalX /= points.length;
115 totalY /= points.length;
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp201 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1);
205 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1);
209 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2);
213 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3);
217 pathElement.points = convertPathPoints(pathPoints, 0, 0);
/external/icu4c/layout/
H A DLEFontInstance.cpp115 void LEFontInstance::unitsToPoints(LEPoint &units, LEPoint &points) const
117 points.fX = xUnitsToPoints(units.fX);
118 points.fY = yUnitsToPoints(units.fY);
/external/compiler-rt/
H A DREADME.android26 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp189 // Draw only a straight line to p1 if any of the points are equal or the radius is zero
190 // or the points are collinear (triangle that the points form has area of zero value).
203 // all points on a line logic
325 FloatPoint points[3]; local
326 pelement.points = points;
333 pelement.points[0] = FloatPoint(data[1].point.x,data[1].point.y);
338 pelement.points[0] = FloatPoint(data[1].point.x,data[1].point.y);
343 pelement.points[
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp80 // null border doesn't contain points
90 // Once we know that the points are collinear we
206 // The points p0, p1, and p2 are on the same straight line (HTML5, 4.8.11.1.8)
359 FloatPoint points[3]; local
360 pelement.points = points;
367 pelement.points[0] = QPointF(cur);
372 pelement.points[0] = QPointF(cur);
384 pelement.points[0] = QPointF(cur);
385 pelement.points[
[all...]
/external/libvorbis/lib/
H A Dmdct.c219 int points){
221 DATA_TYPE *x1 = x + points - 8;
222 DATA_TYPE *x2 = x + (points>>1) - 8;
266 int points,
269 DATA_TYPE *x1 = x + points - 8;
270 DATA_TYPE *x2 = x + (points>>1) - 8;
319 int points){
326 mdct_butterfly_first(T,x,points);
331 mdct_butterfly_generic(T,x+(points>>i)*j,points>>
217 mdct_butterfly_first(DATA_TYPE *T, DATA_TYPE *x, int points) argument
264 mdct_butterfly_generic(DATA_TYPE *T, DATA_TYPE *x, int points, int trigint) argument
317 mdct_butterflies(mdct_lookup *init, DATA_TYPE *x, int points) argument
[all...]

Completed in 466 milliseconds

123456789