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

  /external/freetype/src/autofit/
aflatin2.c 913 FT_Pos first_v = first->v; local
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 ) );
    [all...]
aflatin.c 1860 FT_Pos first_v = first->v; local
    [all...]

Completed in 68 milliseconds