/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/ |
D | intersection_stars.cpp | 64 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument 73 for (int i = min_points; i <= max_points; i++) in test_star() 103 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument 105 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type() 109 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument 114 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all() 118 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all() 123 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all() 140 int max_points = 9; in main() local 152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftgloadr.c | 118 loader->max_points = 0; in FT_GlyphLoader_Reset() 172 if ( loader->max_points == 0 || in FT_GlyphLoader_CreateExtra() 176 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra() 180 loader->max_points; in FT_GlyphLoader_CreateExtra() 225 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints() 252 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
|
D | ftstroke.c | 315 FT_UInt max_points; member 330 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() 348 border->max_points = cur_max; in ft_stroke_border_grow() 618 border->max_points = 0; in ft_stroke_border_init() 643 border->max_points = 0; in ft_stroke_border_done()
|
/third_party/freetype/src/base/ |
D | ftgloadr.c | 118 loader->max_points = 0; in FT_GlyphLoader_Reset() 172 if ( loader->max_points == 0 || in FT_GlyphLoader_CreateExtra() 176 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra() 180 loader->max_points; in FT_GlyphLoader_CreateExtra() 225 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints() 252 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
|
D | ftstroke.c | 315 FT_UInt max_points; member 330 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() 348 border->max_points = cur_max; in ft_stroke_border_grow() 618 border->max_points = 0; in ft_stroke_border_init() 643 border->max_points = 0; in ft_stroke_border_done()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftgloadr.c | 118 loader->max_points = 0; in FT_GlyphLoader_Reset() 172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra() 176 loader->max_points; in FT_GlyphLoader_CreateExtra() 217 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints() 244 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
|
D | ftstroke.c | 316 FT_UInt max_points; member 331 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() 349 border->max_points = cur_max; in ft_stroke_border_grow() 630 border->max_points = 0; in ft_stroke_border_init() 655 border->max_points = 0; in ft_stroke_border_done()
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftgloadr.h | 64 FT_UInt max_points; member 110 (FT_UInt)(_count) ) <= (_loader)->max_points )
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftgloadr.h | 64 FT_UInt max_points; member 110 (FT_UInt)(_count) ) <= (_loader)->max_points )
|
/third_party/freetype/include/freetype/internal/ |
D | ftgloadr.h | 63 FT_UInt max_points; member 109 (FT_UInt)(_count) ) <= (_loader)->max_points )
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | maximum_profile_table.cc | 133 void MaximumProfileTable::Builder::SetMaxPoints(int32_t max_points) { in SetMaxPoints() argument 134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points); in SetMaxPoints()
|
D | maximum_profile_table.h | 48 void SetMaxPoints(int32_t max_points);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | maximum_profile_table.cc | 133 void MaximumProfileTable::Builder::SetMaxPoints(int32_t max_points) { in SetMaxPoints() argument 134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points); in SetMaxPoints()
|
D | maximum_profile_table.h | 48 void SetMaxPoints(int32_t max_points);
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1objs.h | 126 FT_Int max_points; member
|
/third_party/freetype/src/type1/ |
D | t1objs.h | 126 FT_Int max_points; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1objs.h | 126 FT_Int max_points; member
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bit_slicer.h | 106 unsigned int max_points,
|
D | bit_slicer.c | 509 unsigned int *n_points, unsigned int max_points, const uint8_t * raw) { in vbi3_bit_slicer_slice_with_points() argument 532 if (bs->total_bits > max_points) { in vbi3_bit_slicer_slice_with_points() 535 max_points, bs->total_bits); in vbi3_bit_slicer_slice_with_points()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.h | 350 FT_Int max_points; /* number of allocated points */ member
|
D | afhints.c | 838 hints->max_points = 0; in af_glyph_hints_done() 912 old_max = hints->max_points; in af_glyph_hints_reload() 919 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload() 932 hints->max_points = new_max; in af_glyph_hints_reload()
|
/third_party/freetype/src/autofit/ |
D | afhints.c | 740 hints->max_points = 0; in af_glyph_hints_done() 814 old_max = (FT_UInt)hints->max_points; in af_glyph_hints_reload() 821 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload() 834 hints->max_points = (FT_Int)new_max; in af_glyph_hints_reload()
|
D | afhints.h | 350 FT_Int max_points; /* number of allocated points */ member
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 740 hints->max_points = 0; in af_glyph_hints_done() 814 old_max = (FT_UInt)hints->max_points; in af_glyph_hints_reload() 821 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload() 834 hints->max_points = (FT_Int)new_max; in af_glyph_hints_reload()
|
D | afhints.h | 350 FT_Int max_points; /* number of allocated points */ member
|