Searched refs:points (Results 276 - 300 of 479) sorted by relevance

<<11121314151617181920

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dinternal.h165 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
256 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
361 /* data points to an array of 6*|param_len| bytes which hold the field
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
H A Du_indices_gen.py34 PRIMS=('points',
169 def points(intype, outtype, inpv, outpv): function
170 preamble(intype, outtype, inpv, outpv, prim='points')
258 points(intype, outtype, inpv, outpv)
/external/chromium_org/third_party/skia/src/core/
H A DSkReadBuffer.cpp180 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { argument
181 return readArray(points, size, sizeof(SkPoint));
/external/chromium_org/third_party/skia/tools/lua/
H A Dcount_reduced_clipstacks.lua27 info = info .. ", convex_poly " .. element["path"]:countPoints() .. " points"
/external/chromium_org/ui/views/controls/
H A Dprogress_bar.cc67 const SkScalar points[],
84 p, colors, points, count, SkShader::kClamp_TileMode));
62 FillRoundRect(gfx::Canvas* canvas, int x, int y, int w, int h, int corner_radius, const SkColor colors[], const SkScalar points[], int count, bool gradient_horizontal) argument
H A Dslider_unittest.cc369 gfx::Point points[] = {gfx::Point(0, 0.1 * max_y()), local
371 event_generator()->GestureMultiFingerScroll(2 /* count */, points,
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_indices_gen.py34 PRIMS=('points',
169 def points(intype, outtype, inpv, outpv): function
170 preamble(intype, outtype, inpv, outpv, prim='points')
258 points(intype, outtype, inpv, outpv)
/external/opencv/cv/include/
H A Dcv.h362 Returns the number of retrieved points. */
449 The reader is used to iteratively get coordinates of all the chain points.
486 Calculates optical flow between two images for certain set of points (i.e.
650 /* Calculates Voronoi tesselation (i.e. coordinates of Voronoi points) */
654 /* Removes all Voronoi points from the tesselation */
723 /* Finds high-curvature points of the contour */
739 CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) );
745 /* Finds minimum area rotated rectangle bounding a set of points */
746 CVAPI(CvBox2D) cvMinAreaRect2( const CvArr* points,
749 /* Finds minimum enclosing circle for a set of points */
798 CVAPI(CvBox2D) cvFitEllipse2( const CvArr* points ); variable
[all...]
/external/skia/src/core/
H A DSkReadBuffer.cpp182 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { argument
183 return readArray(points, size, sizeof(SkPoint));
/external/skia/tools/lua/
H A Dcount_reduced_clipstacks.lua27 info = info .. ", convex_poly " .. element["path"]:countPoints() .. " points"
/external/flac/libFLAC/
H A Dstream_decoder.c684 if(decoder->private_->has_seek_table && 0 != decoder->private_->seek_table.data.seek_table.points) {
685 free(decoder->private_->seek_table.data.seek_table.points);
686 decoder->private_->seek_table.data.seek_table.points = 0;
1016 if(decoder->private_->has_seek_table && 0 != decoder->private_->seek_table.data.seek_table.points) {
1017 free(decoder->private_->seek_table.data.seek_table.points);
1018 decoder->private_->seek_table.data.seek_table.points = 0;
1688 if(0 == (decoder->private_->seek_table.data.seek_table.points = (FLAC__StreamMetadata_SeekPoint*)safe_realloc_mul_2op_(decoder->private_->seek_table.data.seek_table.points, decoder->private_->seek_table.data.seek_table.num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint)))) {
1695 decoder->private_->seek_table.data.seek_table.points[i].sample_number = xx;
1699 decoder->private_->seek_table.data.seek_table.points[
[all...]
H A Dstream_encoder_framing.c116 if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].sample_number, FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN))
118 if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN))
120 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.seek_table.points[i].frame_samples, FLAC__STREAM_METADATA_SEEKPOINT_FRAME_SAMPLES_LEN))
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m54 % objects in points
61 % font size allowed after scaling is 5 points.
63 % exported font sizes of all text objects is 7 points.
73 % width allowed after scaling is 0.5 points.
306 set(allFont,'FontUnits','points');
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp950 // Undocumented behavior of CTFontGetGlyphsForCharacters with non-bmp code points:
1397 skPath->moveTo(element->points[0].x, -element->points[0].y);
1401 skPath->lineTo(element->points[0].x, -element->points[0].y);
1405 skPath->quadTo(element->points[0].x, -element->points[0].y,
1406 element->points[1].x, -element->points[1].y);
1410 skPath->cubicTo(element->points[
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp950 // Undocumented behavior of CTFontGetGlyphsForCharacters with non-bmp code points:
1402 skPath->moveTo(element->points[0].x, -element->points[0].y);
1406 skPath->lineTo(element->points[0].x, -element->points[0].y);
1410 skPath->quadTo(element->points[0].x, -element->points[0].y,
1411 element->points[1].x, -element->points[1].y);
1415 skPath->cubicTo(element->points[
[all...]
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.cpp768 CRLDistributionPoint** points; local
795 for (points = crldp->distPoints; *points; ++points) {
796 point = *points;
/external/opencv/cvaux/include/
H A Dcvaux.h137 CvEHMMState* state; /* if level == 0 points to real states array,
138 if not - points to embedded hmms */
231 /* Creates hand mask image given several points on the hand */
236 CVAPI(void) cvFindHandRegion (CvPoint3D32f* points, int count,
243 CVAPI(void) cvFindHandRegionA( CvPoint3D32f* points, int count,
260 // returns squared distance between two 2D points with floating-point coordinates.
1044 /* Finds ending points of scanlines on left and right images of stereo-pair */
1455 pointCount & points are used in case of
1459 int pointCount = 0, CvPoint2D32f* points = 0 );
1461 /* Retrieves etalon parameters/or and points */
1551 CvPoint2D32f* points[MAX_CAMERAS]; member in class:CvCalibFilter
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h42 * DO_UNFILLED: Decompose triangles to lines and points where appropriate.
632 static void TAG(points)( struct gl_context *ctx, GLuint first, GLuint last ) function
669 TAB[IND].points = TAG(points);
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp405 vector<Vec2> points(samples.size());
408 points[ndx] = Vec2(float(samples[ndx].numDrawCalls), float(samples[ndx].*field));
410 return points;
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h42 * DO_UNFILLED: Decompose triangles to lines and points where appropriate.
632 static void TAG(points)( struct gl_context *ctx, GLuint first, GLuint last ) function
669 TAB[IND].points = TAG(points);
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S50 @ r3 points to logo data
52 @ r8 points to logo end
53 ldr r9,text_addr @ r9 points to text buf
/external/opencv/cv/src/
H A Dcvshapedescr.cpp263 /* reorder output points */
560 CvPoint pt; /* pointer to points */
561 CvPoint pt_s, pt_e; /* first and last points */
562 CvSeqReader reader; /* points reader of contour */
777 icvFitEllipse_F( CvSeq* points, CvBox2D* box ) argument
792 int n = points->total;
794 int is_float = CV_SEQ_ELTYPE(points) == CV_32FC2;
799 /* create matrix D of input points */
802 cvStartReadSeq( points, &reader );
804 /* shift all points t
[all...]
/external/chromium_org/skia/ext/
H A Danalysis_canvas_unittest.cc84 // Draw points test.
85 SkPoint points[4] = { local
93 canvas.drawPoints(SkCanvas::kLines_PointMode, 4, points, paint);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ft.cc221 *x = ft_face->glyph->outline.points[point_index].x;
222 *y = ft_face->glyph->outline.points[point_index].y;
/external/chromium_org/third_party/mesa/src/docs/
H A DWL_bind_wayland_display.spec35 This extension provides entry points for binding and unbinding the

Completed in 650 milliseconds

<<11121314151617181920