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

  /external/freetype/src/autofit/
aflatin2.c 890 FT_Pos last_v = last->v; local
893 if ( first_v < last_v )
901 if ( p->v > last_v )
903 ( ( p->v - last_v ) >> 1 ) );
913 if ( p->v < last_v )
915 ( ( last_v - p->v ) >> 1 ) );
    [all...]
aflatin.c 1330 FT_Pos last_v = last->v; local
    [all...]

Completed in 54 milliseconds