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

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 966 FT_Pos last_v = last->v; local
972 if ( first_v < last_v )
983 if ( p->v > last_v )
985 ( ( p->v - last_v ) >> 1 ) );
998 if ( p->v < last_v )
1000 ( ( last_v - p->v ) >> 1 ) );
    [all...]
aflatin2.c 889 FT_Pos last_v = last->v; local
895 if ( first_v < last_v )
903 if ( p->v > last_v )
905 ( ( p->v - last_v ) >> 1 ) );
915 if ( p->v < last_v )
917 ( ( last_v - p->v ) >> 1 ) );
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 890 FT_Pos last_v = last->v; local
896 if ( first_v < last_v )
904 if ( p->v > last_v )
906 ( ( p->v - last_v ) >> 1 ) );
916 if ( p->v < last_v )
918 ( ( last_v - p->v ) >> 1 ) );
    [all...]
aflatin.c 1327 FT_Pos last_v = last->v; local
    [all...]

Completed in 492 milliseconds