Home
last modified time | relevance | path

Searched refs:FT_MAX (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/freetype/src/cff/
A Dcf2font.c331 ppem = FT_MAX( cf2_intToFixed( 4 ), in cf2_font_setup()
353 boldenX = FT_MAX( boldenX, in cf2_font_setup()
A Dcf2blues.c540 dsNew = FT_MAX( in cf2_blues_capture()
A Dcf2hints.c416 CF2_Fixed moveDown = FT_MAX( downMoveDown, upMoveDown ); in cf2_hintmap_adjustHints()
1059 glyphpath->miterLimit = 2 * FT_MAX( in cf2_glyphpath_init()
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvmort1.c124 valid->max_gid = (FT_UShort)( FT_MAX( valid->max_gid, in gxv_mort_subtable_type1_offset_to_subst_validate()
A Dgxvcommn.c202 *max = (FT_Byte)FT_MAX( *max, val ); in gxv_array_getlimits_byte()
231 *max = (FT_Byte)FT_MAX( *max, val ); in gxv_array_getlimits_ushort()
1056 *maxEntry_p = (FT_Byte)FT_MAX( *maxEntry_p, entry ); in gxv_StateArray_validate()
1446 *maxEntry_p = (FT_UShort)FT_MAX( *maxEntry_p, entry ); in gxv_XStateArray_validate()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttpost.c253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() ); in load_format_20()
/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c99 lo3 = FT_MAX( lo1, lo2 ); in ft_trig_downscale()
A Dftoutln.c1049 xshift = FT_MAX( xshift, 0 ); in FT_Outline_Get_Orientation()
1052 yshift = FT_MAX( yshift, 0 ); in FT_Outline_Get_Orientation()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1858 p->maxas = (short)FT_MAX( glyph->bbx.ascent, p->maxas ); in _bdf_parse_glyphs()
1859 p->maxds = (short)FT_MAX( glyph->bbx.descent, p->maxds ); in _bdf_parse_glyphs()
1863 p->maxrb = (short)FT_MAX( p->rbearing, p->maxrb ); in _bdf_parse_glyphs()
1865 p->maxlb = (short)FT_MAX( glyph->bbx.x_offset, p->maxlb ); in _bdf_parse_glyphs()
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h71 #define FT_MAX( a, b ) ( (a) > (b) ? (a) : (b) ) macro

Completed in 47 milliseconds