Searched refs:FT_MIN (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidparse.c | 106 read_len = FT_MIN( read_len, stream_len ); in cid_parser_new()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2blues.c | 506 dsNew = FT_MIN( in cf2_blues_capture()
|
A D | cffparse.c | 296 new_fraction_length = FT_MIN( exponent, 5 ); in cff_parse_real()
|
A D | cffobjs.c | 685 scaling = FT_MIN( top->units_per_em, sub->units_per_em ); in cff_face_init()
|
A D | cf2hints.c | 414 CF2_Fixed moveUp = FT_MIN( downMoveUp, upMoveUp ); in cf2_hintmap_adjustHints()
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvcommn.c | 201 *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 D | ftobjs.h | 70 #define FT_MIN( a, b ) ( (a) < (b) ? (a) : (b) ) macro
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftmac.c | 462 style->indexes[face_index] <= FT_MIN( string_count, 64 ) ) in parse_fond()
|
A D | ftoutln.c | 993 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY()
|
A D | ftobjs.c | 1547 FT_MIN( face_index, 0 ), in open_face_PS_from_sfnt_stream()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshrec.c | 387 count = FT_MIN( count1, count2 ); in ps_mask_table_test_intersect()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 1864 p->minlb = (short)FT_MIN( glyph->bbx.x_offset, p->minlb ); in _bdf_parse_glyphs()
|
Completed in 48 milliseconds