Home | History | Annotate | Download | only in truetype

Lines Matching refs:twilight

600       exec->twilight  = size->twilight;
5114 /* twilight points (confirmed by Greg Hitchcock) */
5275 CUR.zp0 = CUR.twilight;
5304 CUR.zp1 = CUR.twilight;
5333 CUR.zp2 = CUR.twilight;
5362 CUR.zp0 = CUR.twilight;
5785 /* corruption when zp2 is the twilight zone */
5830 /* Twilight zone has no contours, so use `n_points'. */
5949 /* twilight points (confirmed by Greg Hitchcock) */
6038 /* in the twilight zone. */
6047 /* allows the use of the IP instruction in the twilight zone, which */
6050 /* We implement it with a special sequence for the twilight zone. */
6057 if ( CUR.GS.gep0 == 0 ) /* If in twilight zone */
6108 /* twilight zone? */
6110 /* XXX: UNDOCUMENTED: twilight zone special case */
6247 /* twilight points (confirmed by Greg Hitchcock) */
6517 FT_Int twilight;
6530 * We need to deal in a special way with the twilight zone.
6531 * Otherwise, by definition, the value of CUR.twilight.orus[n] is (0,0),
6534 twilight = CUR.GS.gep0 == 0 || CUR.GS.gep1 == 0 || CUR.GS.gep2 == 0;
6543 if ( twilight )
6562 if ( twilight )
6589 if ( twilight )