HomeSort by relevance Sort by last modified time
    Searched refs:last_v (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
aflatin.c 833 FT_Pos last_v = last->v; local
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 ) );
    [all...]
aflatin2.c 845 FT_Pos last_v = last->v; local
851 if ( first_v < last_v )
859 if ( p->v > last_v )
861 ( ( p->v - last_v ) >> 1 ) );
871 if ( p->v < last_v )
873 ( ( last_v - p->v ) >> 1 ) );
    [all...]

Completed in 19 milliseconds