Searched refs:FT_MIN (Results 1 - 20 of 20) sorted by relevance

/external/freetype/src/cid/
H A Dcidparse.c126 read_len = FT_MIN( read_len, stream_len );
/external/freetype/src/psaux/
H A Dpsblues.c507 dsNew = FT_MIN(
H A Dcffdecode.c1903 end = FT_MIN( idx + count, CFF_MAX_TRANS_ELEMENTS );
H A Dpshints.c445 CF2_Fixed moveUp = FT_MIN( downMoveUp, upMoveUp );
/external/freetype/src/smooth/
H A Dftgrays.c109 #define FT_MIN( a, b ) ( (a) < (b) ? (a) : (b) ) macro
1774 ras.max_ey = FT_MIN( y, yMax );
1928 ras.max_ex = FT_MIN( cbox.xMax, clip.xMax );
1929 ras.max_ey = FT_MIN( cbox.yMax, clip.yMax );
/external/freetype/src/base/
H A Dftmac.c450 string_count = FT_MIN( 64, string_count );
H A Dftoutln.c1002 l = FT_MIN( l_in, l_out );
H A Dftobjs.c1736 FT_MIN( face_index, 0 ),
/external/freetype/src/gxvalid/
H A Dgxvcommn.c201 *min = (FT_Byte)FT_MIN( *min, val );
230 *min = (FT_Byte)FT_MIN( *min, val );
/external/freetype/src/pcf/
H A Dpcfread.c127 FT_MIN( stream->size >> 4, 9 ) ));
128 toc->count = FT_MIN( stream->size >> 4, 9 );
/external/freetype/builds/mac/
H A Dftmac.c802 style->indexes[face_index] <= FT_MIN( string_count, 64 ) )
/external/freetype/include/freetype/internal/
H A Dftobjs.h69 /* write things like FT_MIN( a++, b++ ) to avoid side effects. */
71 #define FT_MIN( a, b ) ( (a) < (b) ? (a) : (b) ) macro
/external/freetype/src/cff/
H A Dcffobjs.c793 scaling = (FT_Long)FT_MIN( top->units_per_em,
H A Dcffparse.c349 new_fraction_length = FT_MIN( exponent, 5 );
/external/freetype/src/pshinter/
H A Dpshrec.c384 count = FT_MIN( count1, count2 );
H A Dpshalgo.c1596 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points );
/external/freetype/src/autofit/
H A Daflatin.c524 descender = FT_MIN( descender, points[pp].y + y_offset );
535 descender = FT_MIN( descender, best_y + y_offset );
/external/freetype/src/bdf/
H A Dbdflib.c1697 p->minlb = (short)FT_MIN( glyph->bbx.x_offset, p->minlb );
/external/freetype/src/truetype/
H A Dttgxvar.c1648 if ( blend->normalizedcoords[i] < FT_MIN( 0, tuple_coords[i] ) ||
H A Dttinterp.c7765 FT_Long cnt = FT_MIN( 8, exc->top );

Completed in 639 milliseconds