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 899 FT_Pos last_v = last->v; local
905 if ( first_v < last_v )
916 if ( p->v > last_v )
918 ( ( p->v - last_v ) >> 1 ) );
931 if ( p->v < last_v )
933 ( ( last_v - p->v ) >> 1 ) );
    [all...]
aflatin2.c 861 FT_Pos last_v = last->v; local
867 if ( first_v < last_v )
875 if ( p->v > last_v )
877 ( ( p->v - last_v ) >> 1 ) );
887 if ( p->v < last_v )
889 ( ( last_v - p->v ) >> 1 ) );
    [all...]

Completed in 28 milliseconds