Home
last modified time | relevance | path

Searched refs:FT_MIN (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/freetype/src/cid/
A Dcidparse.c106 read_len = FT_MIN( read_len, stream_len ); in cid_parser_new()
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2blues.c506 dsNew = FT_MIN( in cf2_blues_capture()
A Dcffparse.c296 new_fraction_length = FT_MIN( exponent, 5 ); in cff_parse_real()
A Dcffobjs.c685 scaling = FT_MIN( top->units_per_em, sub->units_per_em ); in cff_face_init()
A Dcf2hints.c414 CF2_Fixed moveUp = FT_MIN( downMoveUp, upMoveUp ); in cf2_hintmap_adjustHints()
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvcommn.c201 *min = (FT_Byte)FT_MIN( *min, val ); in gxv_array_getlimits_byte()
230 *min = (FT_Byte)FT_MIN( *min, val ); in gxv_array_getlimits_ushort()
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h70 #define FT_MIN( a, b ) ( (a) < (b) ? (a) : (b) ) macro
/AliOS-Things-master/components/freetype/src/base/
A Dftmac.c462 style->indexes[face_index] <= FT_MIN( string_count, 64 ) ) in parse_fond()
A Dftoutln.c993 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY()
A Dftobjs.c1547 FT_MIN( face_index, 0 ), in open_face_PS_from_sfnt_stream()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c387 count = FT_MIN( count1, count2 ); in ps_mask_table_test_intersect()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1864 p->minlb = (short)FT_MIN( glyph->bbx.x_offset, p->minlb ); in _bdf_parse_glyphs()

Completed in 48 milliseconds