Searched refs:first_v (Results 1 – 2 of 2) sorted by relevance
913 FT_Pos first_v = first->v; in af_latin2_hints_compute_segments() local917 if ( first_v < last_v ) in af_latin2_hints_compute_segments()920 if ( p->v < first_v ) in af_latin2_hints_compute_segments()922 ( ( first_v - p->v ) >> 1 ) ); in af_latin2_hints_compute_segments()932 if ( p->v > first_v ) in af_latin2_hints_compute_segments()934 ( ( p->v - first_v ) >> 1 ) ); in af_latin2_hints_compute_segments()
1884 FT_Pos first_v = first->v; in af_latin_hints_compute_segments() local1888 if ( first_v < last_v ) in af_latin_hints_compute_segments()1894 if ( p->v < first_v ) in af_latin_hints_compute_segments()1896 ( ( first_v - p->v ) >> 1 ) ); in af_latin_hints_compute_segments()1909 if ( p->v > first_v ) in af_latin_hints_compute_segments()1911 ( ( p->v - first_v ) >> 1 ) ); in af_latin_hints_compute_segments()