Searched refs:FT_MAX (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2font.c | 331 ppem = FT_MAX( cf2_intToFixed( 4 ), in cf2_font_setup() 353 boldenX = FT_MAX( boldenX, in cf2_font_setup()
|
A D | cf2blues.c | 540 dsNew = FT_MAX( in cf2_blues_capture()
|
A D | cf2hints.c | 416 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 D | gxvmort1.c | 124 valid->max_gid = (FT_UShort)( FT_MAX( valid->max_gid, in gxv_mort_subtable_type1_offset_to_subst_validate()
|
A D | gxvcommn.c | 202 *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 D | ttpost.c | 253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() ); in load_format_20()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | fttrigon.c | 99 lo3 = FT_MAX( lo1, lo2 ); in ft_trig_downscale()
|
A D | ftoutln.c | 1049 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 D | bdflib.c | 1858 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 D | ftobjs.h | 71 #define FT_MAX( a, b ) ( (a) > (b) ? (a) : (b) ) macro
|
Completed in 47 milliseconds