Home | History | Annotate | Download | only in autofit

Lines Matching refs:last_v

833         FT_Pos    last_v  = last->v;
839 if ( first_v < last_v )
850 if ( p->v > last_v )
852 ( ( p->v - last_v ) >> 1 ) );
865 if ( p->v < last_v )
867 ( ( last_v - p->v ) >> 1 ) );