Home
last modified time | relevance | path

Searched refs:first_point (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/bin/
Dgen_calendar_entries.py207 first_point = int(row[2].split('rc')[-1]) + 1
211 first_point = int(row[2].split('-')[0].split('.')[-1]) + 1
216 for i in range(first_point, first_point + args.count):
219 if i == first_point + args.count - 1:
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c768 FT_Bool first_point; /* is this the start? */ member
1254 stroker->first_point = FALSE; in ft_stroker_subpath_start()
1293 if ( stroker->first_point ) in FT_Stroker_LineTo()
1385 if ( stroker->first_point ) in FT_Stroker_ConicTo()
1398 if ( stroker->first_point ) in FT_Stroker_ConicTo()
1592 if ( stroker->first_point ) in FT_Stroker_CubicTo()
1605 if ( stroker->first_point ) in FT_Stroker_CubicTo()
1771 stroker->first_point = TRUE; in FT_Stroker_BeginSubPath()
2228 if ( !stroker->first_point ) in FT_Stroker_ParseOutline()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c1673 AF_Point first_point; in af_glyph_hints_align_weak_points() local
1706 first_point = point; in af_glyph_hints_align_weak_points()
1755 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1764 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c162 first_point(struct lp_setup_context *setup, in first_point() function
196 setup->point = first_point; in lp_setup_reset()
841 setup->point = first_point; in lp_setup_set_rasterizer_discard()
1599 setup->point = first_point; in lp_setup_create()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1705 FT_UShort first_point; /* offset of first (#0) point */ member
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c5660 exc->zp2.first_point ); in Ins_SHC()
5667 exc->zp2.first_point + 1 ); in Ins_SHC()
7004 FT_UInt first_point; /* first point of contour */ in Ins_IUP() local
7066 end_point = exc->pts.contours[contour] - exc->pts.first_point; in Ins_IUP()
7067 first_point = point; in Ins_IUP()
7098 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP()
7109 first_point, in Ins_IUP()
Dttgxvar.c3732 FT_Int first_point; in tt_interpolate_deltas() local
3752 first_point = point; in tt_interpolate_deltas()
3785 tt_delta_shift( first_point, in tt_interpolate_deltas()
3802 tt_delta_interpolate( first_point, in tt_interpolate_deltas()
Dttgload.c813 zone->first_point = (FT_UShort)start_point; in tt_prepare_zone()
/third_party/libabigail/include/
Dabg-diff-utils.h1155 point first_point(-1, -1), last_point(a_size -1, b_size -1), point_zero(0, 0); in compute_middle_snake()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.237727 `first_point' member.
7730 `first_point'.
7734 `first_point' and `last_point' in case of composite glyphs.