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

  /external/freetype/src/autofit/
aflatin2.c 911 FT_Pos last_v = last->v; local
914 if ( first_v < last_v )
922 if ( p->v > last_v )
924 ( ( p->v - last_v ) >> 1 ) );
934 if ( p->v < last_v )
936 ( ( last_v - p->v ) >> 1 ) );
    [all...]
aflatin.c 1763 FT_Pos last_v = last->v; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin2.c 906 FT_Pos last_v = last->v; local
909 if ( first_v < last_v )
917 if ( p->v > last_v )
919 ( ( p->v - last_v ) >> 1 ) );
929 if ( p->v < last_v )
931 ( ( last_v - p->v ) >> 1 ) );
    [all...]
aflatin.c 1431 FT_Pos last_v = last->v; local
    [all...]

Completed in 147 milliseconds