Searched refs:twilight (Results 1 - 8 of 8) sorted by relevance

/external/freetype/src/truetype/
H A Dttobjs.c923 /* twilight zone */
924 tt_glyphzone_done( &size->twilight );
965 tt_glyphzone_done( &size->twilight );
1006 /* reserve twilight zone */
1012 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight );
1016 size->twilight.n_points = n_twilight;
1067 /* all twilight points are originally zero */
1068 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ )
1070 size->twilight.org[i].x = 0;
1071 size->twilight
[all...]
H A Dttinterp.h171 twilight; member in struct:TT_ExecContextRec_
H A Dttobjs.h325 TT_GlyphZoneRec twilight; /* The instance's twilight zone */ member in struct:TT_SizeRec_
H A Dttinterp.c444 exec->twilight = size->twilight;
4848 /* twilight points (confirmed by Greg Hitchcock) */
4893 /* XXX: UNDOCUMENTED: twilight zone special case */
5038 exc->zp0 = exc->twilight;
5068 exc->zp1 = exc->twilight;
5098 exc->zp2 = exc->twilight;
5128 exc->zp0 = exc->twilight;
5541 /* contour in the twilight zone, namely contour number */
5575 /* we use the number of points if in the twilight zon
6596 FT_Int twilight; local
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c942 /* twilight zone */
943 tt_glyphzone_done( &size->twilight );
1013 /* reserve twilight zone */
1019 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight );
1023 size->twilight.n_points = n_twilight;
1074 /* all twilight points are originally zero */
1075 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ )
1077 size->twilight.org[i].x = 0;
1078 size->twilight.org[i].y = 0;
1079 size->twilight
[all...]
H A Dttinterp.h183 twilight; member in struct:TT_ExecContextRec_
H A Dttobjs.h325 TT_GlyphZoneRec twilight; /* The instance's twilight zone */ member in struct:TT_SizeRec_
H A Dttinterp.c583 exec->twilight = size->twilight;
5329 /* twilight points (confirmed by Greg Hitchcock) */
5373 /* XXX: UNDOCUMENTED: twilight zone special case */
5516 CUR.zp0 = CUR.twilight;
5545 CUR.zp1 = CUR.twilight;
5574 CUR.zp2 = CUR.twilight;
5603 CUR.zp0 = CUR.twilight;
5996 /* contour in the twilight zone, namely contour number */
6029 /* we use the number of points if in the twilight zon
7039 FT_Int twilight; local
[all...]

Completed in 156 milliseconds