/external/pdfium/third_party/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() 216 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints() 243 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
|
D | ftstroke.c | 305 FT_UInt max_points; member 320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() 338 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()
|
/external/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 | 305 FT_UInt max_points; member 320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() 338 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()
|
/external/freetype/include/internal/ |
D | ftgloadr.h | 82 FT_UInt max_points; member 128 (FT_UInt)(_count) ) <= (_loader)->max_points )
|
D | tttypes.h | 1440 FT_UShort max_points; member
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftgloadr.h | 82 FT_UInt max_points; member 128 (unsigned long)(_count) ) <= (_loader)->max_points )
|
D | tttypes.h | 1442 FT_UShort max_points; member
|
/external/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);
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1objs.h | 123 FT_Int max_points; member
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | probe-finder.h | 54 int max_points, bool externs);
|
/external/freetype/src/autofit/ |
D | afhints.c | 576 hints->max_points = 0; in af_glyph_hints_done() 650 old_max = (FT_UInt)hints->max_points; in af_glyph_hints_reload() 657 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload() 670 hints->max_points = (FT_Int)new_max; in af_glyph_hints_reload()
|
D | afhints.h | 342 FT_Int max_points; /* number of allocated points */ member
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done() 137 zone->max_points = maxPoints; in tt_glyphzone_new()
|
D | ttinterp.c | 6776 FT_UInt max_points; member 6817 if ( BOUNDS( ref1, worker->max_points ) || in _iup_worker_interpolate() 6818 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate() 6941 V.max_points = exc->pts.n_points; in Ins_IUP()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.c | 87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done() 137 zone->max_points = maxPoints; in tt_glyphzone_new()
|
D | ttinterp.c | 7219 FT_UInt max_points; member 7260 if ( BOUNDS( ref1, worker->max_points ) || in _iup_worker_interpolate() 7261 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate() 7381 V.max_points = CUR.pts.n_points; in Ins_IUP()
|