Home
last modified time | relevance | path

Searched defs:num_points (Results 1 – 24 of 24) sorted by relevance

/third_party/rust/rust/compiler/rustc_borrowck/src/
Dlocation.rs18 num_points: usize, field
35 let mut num_points = 0; in new() localVariable
/third_party/ffmpeg/libavcodec/
Datrac.h36 int num_points; ///< number of gain control points member
/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/glyf/
DSimpleGlyph.hh190 unsigned int num_points = endPtsOfContours[num_contours - 1] + 1; in get_contour_points() local
281 unsigned num_points = all_points.length - 4; in compile_bytes_with_deltas() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c314 FT_UInt num_points; member
655 FT_UInt num_points = 0; in ft_stroke_border_get_counts() local
1938 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1968 FT_UInt count1, count2, num_points = 0; in FT_Stroker_GetCounts() local
2280 FT_UInt num_points, num_contours; in FT_Glyph_Stroke() local
2356 FT_UInt num_points, num_contours; in FT_Glyph_StrokeBorder() local
/third_party/rust/rust/compiler/rustc_borrowck/src/region_infer/
Dvalues.rs23 num_points: usize, field
28 let mut num_points = 0; in new() localVariable
50 pub(crate) fn num_points(&self) -> usize { in num_points() method
/third_party/mesa3d/src/amd/vpelib/src/core/
Dshaper_builder.c184 int num_points = 0; in vpe_build_shaper() local
/third_party/mesa3d/include/android_stub/system/
Dgraphics.h224 uint32_t num_points; member
/third_party/ffmpeg/libavfilter/
Daf_apsyclip.c95 const int (*points)[2], int num_points, int sample_rate) in set_margin_curve()
190 static const int num_points = 10; in config_input() local
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrgload.c767 FT_Int i, old_points, num_points; in pfr_glyph_load_rec() local
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c1211 FT_UInt num_points = (FT_UInt)gloader->base.outline.n_points; in TT_Process_Composite_Component() local
2110 FT_UInt num_points = start_point; in load_truetype_glyph() local
/third_party/openssl/crypto/ec/
Decp_nistp521.c1584 const unsigned num_points, const u8 *g_scalar, in batch_mul()
1932 size_t num_points = num; in ossl_ec_GFp_nistp521_points_mul() local
Decp_nistp224.c1141 const unsigned num_points, const u8 *g_scalar, in batch_mul()
1427 size_t num_points = num; in ossl_ec_GFp_nistp224_points_mul() local
Decp_nistp256.c1674 const unsigned num_points, const u8 *g_scalar, in batch_mul()
2039 size_t num_points = num; in ossl_ec_GFp_nistp256_points_mul() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1decode.c903 FT_UInt num_points, nn, mm; in t1_decoder_parse_charstrings() local
Dpsintrp.c1830 FT_UInt num_points, nn, mm; in cf2_interpT2CharString() local
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-subset-instancer-iup.cc309 unsigned num_points = i - j - 1; in _iup_contour_optimize_dp() local
Dhb-ot-var-common.hh745 unsigned num_points = 0; in compile_point_set() local
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/liveness/
Dtrace.rs129 let num_points = cx.elements.num_points(); in new() localVariable
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.h187 FT_UInt num_points; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh636 unsigned int num_points = endPtsOfContours[num_contours - 1] + 1; in get_contour_points() local
778 unsigned num_points = hb_len (CompositeGlyph (*header, bytes).get_iterator ()); in get_points() local
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.h351 FT_Int num_points; /* number of used points */ member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dt1tables.h285 FT_Byte num_points; member
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c1023 FT_Int p, num_points; in parse_blend_design_map() local
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h3395 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve()
3415 static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points, float x0, float y0, float… in stbtt__tesselate_cubic()
3461 int num_points=0; in stbtt_FlattenCurves() local