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

  /external/freetype/src/autofit/
aflatin2.c 910 FT_Pos first_v = first->v; local
914 if ( first_v < last_v )
917 if ( p->v < first_v )
919 ( ( first_v - p->v ) >> 1 ) );
929 if ( p->v > first_v )
931 ( ( p->v - first_v ) >> 1 ) );
    [all...]
aflatin.c 1762 FT_Pos first_v = first->v; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin2.c 905 FT_Pos first_v = first->v; local
909 if ( first_v < last_v )
912 if ( p->v < first_v )
914 ( ( first_v - p->v ) >> 1 ) );
924 if ( p->v > first_v )
926 ( ( p->v - first_v ) >> 1 ) );
    [all...]
aflatin.c 1430 FT_Pos first_v = first->v; local
    [all...]

Completed in 69 milliseconds