Searched defs:n_points (Results 1 - 9 of 9) sorted by relevance

/external/freetype/src/tools/ftfuzzer/
H A Drasterfuzzer.cc78 short n_points = short( size_ / ( vsize + tsize ) ); local
79 if ( n_points <= 2 )
87 data + size_t( n_points ) * vsize ) );
92 for ( short i = 0; i < n_points; i++ )
110 contours[0] = n_points - 1;
115 n_points, // n_points
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp568 const unsigned int n_points = sizeof(point_data) / sizeof(point_data[0]) / n_fields_per_point; local
570 for (unsigned int n_point = 0; n_point < n_points; ++n_point)
H A DesextcTessellationShaderVertexSpacing.cpp1129 const unsigned int n_points = (const unsigned int)edge.points.size(); local
1131 if (n_points < 2)
1137 for (unsigned int n_base_point = 0; n_base_point < n_points - 1; n_base_point++)
/external/freetype/src/base/
H A Dftoutln.c324 anoutline->n_points = (FT_Short)numPoints;
361 FT_Int n_points = outline->n_points; local
368 if ( n_points == 0 && n_contours == 0 )
372 if ( n_points <= 0 || n_contours <= 0 )
381 if ( end <= end0 || end >= n_points )
387 if ( end != n_points - 1 )
411 if ( source->n_points != target->n_points ||
418 if ( source->n_points )
[all...]
/external/freetype/include/freetype/
H A Dftimage.h295 /* n_points :: The number of points in the outline. */
297 /* points :: A pointer to an array of `n_points' @FT_Vector */
300 /* tags :: A pointer to an array of `n_points' chars, giving */
337 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
350 /* FT_Outline.{n_contours,n_points} */
/external/freetype/src/gxvalid/
H A Dgxvcommn.c855 FT_UShort n_points; local
868 n_points = (FT_UShort)outline.n_points;
870 if ( !( ctl_point < n_points ) )
/external/freetype/src/truetype/
H A Dttgload.c335 FT_Int n_points; local
377 n_points = 0;
380 n_points = cont[-1] + 1;
381 if ( n_points < 0 )
386 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
445 flag_limit = flag + n_points;
472 vec_limit = vec + n_points;
511 vec_limit = vec + n_points;
544 outline->n_points = (FT_Short)n_points;
915 FT_Int n_points; local
[all...]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp5788 const unsigned int n_points = 5; /* total number of points to check */ local
5790 for (unsigned int n_point = 0; n_point < n_points; ++n_point)
/external/freetype/include/freetype/internal/
H A Dtttypes.h1584 /* n_points :: The current number of points in the zone. */
1604 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_

Completed in 760 milliseconds