Home | History | Annotate | Download | only in autofit

Lines Matching refs:first_v

913         FT_Pos    first_v = first->v;
917 if ( first_v < last_v )
920 if ( p->v < first_v )
922 ( ( first_v - p->v ) >> 1 ) );
932 if ( p->v > first_v )
934 ( ( p->v - first_v ) >> 1 ) );