Searched defs:n_points (Results 1 – 14 of 14) sorted by relevance
206 FT_UInt n_points, in FT_GlyphLoader_CheckPoints()
345 FT_Int n_points = outline->n_points; in FT_Outline_Check() local
568 const unsigned int n_points = sizeof(point_data) / sizeof(point_data[0]) / n_fields_per_point; in iterate() local
1129 const unsigned int n_points = (unsigned int)edge.points.size(); in verifyEdges() local
413 FT_ULong n_points, in triplet_decode()522 store_points( FT_ULong n_points, in store_points()657 compute_bbox( FT_ULong n_points, in compute_bbox()
368 FT_Int n_points; in TT_Load_Simple_Glyph() local955 FT_Int n_points; in TT_Process_Simple_Glyph() local
3855 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas()
272 uint32_t n_points; member
339 short n_points; /* number of points in the glyph */ member
449 n_points: usize, field
854 FT_UShort n_points; in gxv_ctlPoint_validate() local
5786 const unsigned int n_points = 5; /* total number of points to check */ in verify() local
1701 FT_UShort n_points; /* number of points in zone */ member
168 static void interpolate(float *samples, size_t length, uint32_t *xs, float *ys, size_t n_points) { in interpolate()