Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cff/
Dcf2font.c342 ppem = FT_MAX( cf2_intToFixed( 4 ), in cf2_font_setup()
364 boldenX = FT_MAX( boldenX, in cf2_font_setup()
Dcf2blues.c540 dsNew = FT_MAX( in cf2_blues_capture()
Dcf2hints.c414 CF2_Fixed moveDown = FT_MAX( downMoveDown, upMoveDown ); in cf2_hintmap_adjustHints()
1060 glyphpath->miterLimit = 2 * FT_MAX( in cf2_glyphpath_init()
/external/freetype/src/cff/
Dcf2font.c391 ppem = FT_MAX( cf2_intToFixed( 4 ), in cf2_font_setup()
413 boldenX = FT_MAX( boldenX, in cf2_font_setup()
Dcf2blues.c540 dsNew = FT_MAX( in cf2_blues_capture()
Dcf2hints.c414 CF2_Fixed moveDown = FT_MAX( downMoveDown, upMoveDown ); in cf2_hintmap_adjustHints()
1061 glyphpath->miterLimit = 2 * FT_MAX( in cf2_glyphpath_init()
/external/pdfium/third_party/freetype/src/sfnt/
Dttpost.c256 len = (FT_UInt)FT_MAX( 0, d ); in load_format_20()
/external/freetype/src/sfnt/
Dttpost.c256 len = (FT_UInt)FT_MAX( 0, d ); in load_format_20()
/external/freetype/src/base/
Dftoutln.c1070 xshift = FT_MAX( xshift, 0 ); in FT_Outline_Get_Orientation()
1073 yshift = FT_MAX( yshift, 0 ); in FT_Outline_Get_Orientation()
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c1064 xshift = FT_MAX( xshift, 0 ); in FT_Outline_Get_Orientation()
1067 yshift = FT_MAX( yshift, 0 ); in FT_Outline_Get_Orientation()
/external/freetype/src/smooth/
Dftgrays.c110 #define FT_MAX( a, b ) ( (a) > (b) ? (a) : (b) ) macro
1931 ras.min_ex = FT_MAX( cbox.xMin, clip.xMin ); in gray_raster_render()
1932 ras.min_ey = FT_MAX( cbox.yMin, clip.yMin ); in gray_raster_render()
/external/freetype/src/autofit/
Daflatin.c521 ascender = FT_MAX( ascender, best_y + y_offset ); in af_latin_metrics_init_blues()
538 ascender = FT_MAX( ascender, points[pp].y + y_offset ); in af_latin_metrics_init_blues()
1210 max_height = FT_MAX( max_height, Axis->blues[nn].ascender ); in af_latin_metrics_scale_dim()
1211 max_height = FT_MAX( max_height, -Axis->blues[nn].descender ); in af_latin_metrics_scale_dim()
Dafloader.c562 ppem = FT_MAX( af_intToFixed( 4 ), in af_loader_compute_darkening()
/external/freetype/include/freetype/internal/
Dftobjs.h71 #define FT_MAX( a, b ) ( (a) > (b) ? (a) : (b) ) macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h71 #define FT_MAX( a, b ) ( (a) > (b) ? (a) : (b) ) macro
/external/pdfium/third_party/freetype/src/smooth/
Dftgrays.c109 #define FT_MAX( a, b ) ( (a) > (b) ? (a) : (b) ) macro
1928 TCell buffer[FT_MAX( FT_RENDER_POOL_SIZE, 2048 ) / sizeof ( TCell )]; in gray_raster_render()
/external/pdfium/third_party/freetype/src/raster/
Dftraster.c182 #define FT_MAX( a, b ) ( (a) > (b) ? (a) : (b) ) macro
3141 Long buffer[FT_MAX( FT_RENDER_POOL_SIZE, 2048 ) / sizeof ( Long )]; in ft_black_render()
/external/freetype/src/truetype/
Dttinterp.c7594 num_twilight_points = FT_MAX( 30, in TT_RunIns()
7623 exc->loopcall_counter_max = FT_MAX( 50, in TT_RunIns()
7625 FT_MAX( 50, in TT_RunIns()
7628 exc->loopcall_counter_max = FT_MAX( 100, in TT_RunIns()
Dttgxvar.c1638 blend->normalizedcoords[i] > FT_MAX( 0, tuple_coords[i] ) ) in ft_var_apply_tuple()