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

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 965 FT_Pos first_v = first->v; local
972 if ( first_v < last_v )
978 if ( p->v < first_v )
980 ( ( first_v - p->v ) >> 1 ) );
993 if ( p->v > first_v )
995 ( ( p->v - first_v ) >> 1 ) );
    [all...]
aflatin2.c 888 FT_Pos first_v = first->v; local
895 if ( first_v < last_v )
898 if ( p->v < first_v )
900 ( ( first_v - p->v ) >> 1 ) );
910 if ( p->v > first_v )
912 ( ( p->v - first_v ) >> 1 ) );
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 889 FT_Pos first_v = first->v; local
896 if ( first_v < last_v )
899 if ( p->v < first_v )
901 ( ( first_v - p->v ) >> 1 ) );
911 if ( p->v > first_v )
913 ( ( p->v - first_v ) >> 1 ) );
    [all...]
aflatin.c 1326 FT_Pos first_v = first->v; local
    [all...]

Completed in 120 milliseconds