Home
last modified time | relevance | path

Searched refs:num_twilight_points (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.c7729 FT_ULong num_twilight_points; in TT_RunIns() local
7777 num_twilight_points = FT_MAX( 30, in TT_RunIns()
7779 if ( exc->twilight.n_points > num_twilight_points ) in TT_RunIns()
7781 if ( num_twilight_points > 0xFFFFU ) in TT_RunIns()
7782 num_twilight_points = 0xFFFFU; in TT_RunIns()
7787 num_twilight_points )); in TT_RunIns()
7788 exc->twilight.n_points = (FT_UShort)num_twilight_points; in TT_RunIns()
/external/freetype/
DChangeLog.271090 (TT_RunIns): Ensure `num_twilight_points' is 16bit.