OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_MAX
(Results
1 - 18
of
18
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftlcdfil.c
380
cbox->xMin -=
FT_MAX
(
FT_MAX
( sub[0].x, sub[1].x ), sub[2].x );
382
cbox->yMin -=
FT_MAX
(
FT_MAX
( sub[0].y, sub[1].y ), sub[2].y );
387
cbox->xMin -=
FT_MAX
(
FT_MAX
( sub[0].y, sub[1].y ), sub[2].y );
390
cbox->yMax +=
FT_MAX
(
FT_MAX
( sub[0].x, sub[1].x ), sub[2].x );
ftbitmap.c
903
final_urx =
FT_MAX
( source_urx, target_urx );
904
final_ury =
FT_MAX
( source_ury, target_ury );
ftoutln.c
1070
xshift =
FT_MAX
( xshift, 0 );
1073
yshift =
FT_MAX
( yshift, 0 );
/xsrc/external/mit/freetype/dist/src/gxvalid/
gxvmort1.c
125
gxvalid->max_gid = (FT_UShort)(
FT_MAX
( gxvalid->max_gid,
gxvcommn.c
202
*max = (FT_Byte)
FT_MAX
( *max, val );
231
*max = (FT_Byte)
FT_MAX
( *max, val );
1055
*maxEntry_p = (FT_Byte)
FT_MAX
( *maxEntry_p, entry );
1440
*maxEntry_p = (FT_UShort)
FT_MAX
( *maxEntry_p, entry );
/xsrc/external/mit/freetype/dist/src/psaux/
psfont.c
395
ppem =
FT_MAX
( cf2_intToFixed( 4 ),
417
boldenX =
FT_MAX
( boldenX,
psblues.c
542
dsNew =
FT_MAX
(
pshints.c
444
CF2_Fixed moveDown =
FT_MAX
( downMoveDown, upMoveDown );
1136
glyphpath->miterLimit = 2 *
FT_MAX
(
/xsrc/external/mit/freetype/dist/src/sfnt/
ttcolr.c
312
x_max =
FT_MAX
( dstSlot->bitmap_left + (FT_Int)dstSlot->bitmap.width,
317
y_max =
FT_MAX
( dstSlot->bitmap_top, srcSlot->bitmap_top );
ttpost.c
259
len = (FT_UInt)
FT_MAX
( 0, d );
sfwoff2.c
700
x_max =
FT_MAX
( x, x_max );
701
y_max =
FT_MAX
( y, y_max );
/xsrc/external/mit/freetype/dist/src/bdf/
bdflib.c
1671
p->maxas = (short)
FT_MAX
( glyph->bbx.ascent, p->maxas );
1672
p->maxds = (short)
FT_MAX
( glyph->bbx.descent, p->maxds );
1676
p->maxrb = (short)
FT_MAX
( p->rbearing, p->maxrb );
1678
p->maxlb = (short)
FT_MAX
( glyph->bbx.x_offset, p->maxlb );
/xsrc/external/mit/freetype/dist/include/freetype/internal/
ftobjs.h
71
#define
FT_MAX
( a, b ) ( (a) > (b) ? (a) : (b) )
/xsrc/external/mit/freetype/dist/src/autofit/
aflatin.c
538
ascender =
FT_MAX
( ascender, best_y + y_offset );
555
ascender =
FT_MAX
( ascender, points[pp].y + y_offset );
1269
max_height =
FT_MAX
( max_height, Axis->blues[nn].ascender );
1270
max_height =
FT_MAX
( max_height, -Axis->blues[nn].descender );
afloader.c
611
ppem =
FT_MAX
( af_intToFixed( 4 ),
/xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c
118
#define
FT_MAX
( a, b ) ( (a) > (b) ? (a) : (b) )
589
ras.ex =
FT_MAX
( ex, ras.min_ex - 1 );
/xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c
7777
num_twilight_points =
FT_MAX
( 30,
7806
exc->loopcall_counter_max =
FT_MAX
( 50,
7808
FT_MAX
( 50,
ttgxvar.c
1756
blend->normalizedcoords[i] >
FT_MAX
( 0, tuple_coords[i] ) )
Completed in 29 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026