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

  /external/freetype/src/autofit/
aflatin.c 832 FT_Pos first_v = first->v; local
839 if ( first_v < last_v )
845 if ( p->v < first_v )
847 ( ( first_v - p->v ) >> 1 ) );
860 if ( p->v > first_v )
862 ( ( p->v - first_v ) >> 1 ) );
    [all...]
aflatin2.c 844 FT_Pos first_v = first->v; local
851 if ( first_v < last_v )
854 if ( p->v < first_v )
856 ( ( first_v - p->v ) >> 1 ) );
866 if ( p->v > first_v )
868 ( ( p->v - first_v ) >> 1 ) );
    [all...]

Completed in 35 milliseconds