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

  /external/freetype/src/autofit/
aflatin.c 898 FT_Pos first_v = first->v; local
905 if ( first_v < last_v )
911 if ( p->v < first_v )
913 ( ( first_v - p->v ) >> 1 ) );
926 if ( p->v > first_v )
928 ( ( p->v - first_v ) >> 1 ) );
    [all...]
aflatin2.c 860 FT_Pos first_v = first->v; local
867 if ( first_v < last_v )
870 if ( p->v < first_v )
872 ( ( first_v - p->v ) >> 1 ) );
882 if ( p->v > first_v )
884 ( ( p->v - first_v ) >> 1 ) );
    [all...]

Completed in 313 milliseconds