/third_party/freetype/src/type1/ |
D | t1gload.c | 213 FT_Pos* max_advance ) in T1_Compute_Max_Advance() argument 224 *max_advance = 0; in T1_Compute_Max_Advance() 250 *max_advance = 0; in T1_Compute_Max_Advance() 260 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance ) in T1_Compute_Max_Advance() 261 *max_advance = decoder.builder.advance.x; in T1_Compute_Max_Advance() 267 *max_advance / 65536.0 )); in T1_Compute_Max_Advance()
|
D | t1gload.h | 31 FT_Pos* max_advance );
|
D | t1objs.c | 490 FT_Pos max_advance; in T1_Face_Init() local 493 error = T1_Compute_Max_Advance( face, &max_advance ); in T1_Face_Init() 497 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 213 FT_Pos* max_advance ) in T1_Compute_Max_Advance() argument 224 *max_advance = 0; in T1_Compute_Max_Advance() 250 *max_advance = 0; in T1_Compute_Max_Advance() 260 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance ) in T1_Compute_Max_Advance() 261 *max_advance = decoder.builder.advance.x; in T1_Compute_Max_Advance() 267 *max_advance / 65536.0 )); in T1_Compute_Max_Advance()
|
D | t1gload.h | 31 FT_Pos* max_advance );
|
D | t1objs.c | 494 FT_Pos max_advance; in T1_Face_Init() local 497 error = T1_Compute_Max_Advance( face, &max_advance ); in T1_Face_Init() 501 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 214 FT_Pos* max_advance ) in T1_Compute_Max_Advance() argument 225 *max_advance = 0; in T1_Compute_Max_Advance() 251 *max_advance = 0; in T1_Compute_Max_Advance() 261 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance ) in T1_Compute_Max_Advance() 262 *max_advance = decoder.builder.advance.x; in T1_Compute_Max_Advance() 268 *max_advance / 65536.0 )); in T1_Compute_Max_Advance()
|
D | t1gload.h | 32 FT_Pos* max_advance );
|
D | t1objs.c | 491 FT_Pos max_advance; in T1_Face_Init() local 494 error = T1_Compute_Max_Advance( face, &max_advance ); in T1_Face_Init() 498 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.h | 35 FT_Int* max_advance );
|
D | cidgload.c | 286 FT_Int* max_advance ) 295 *max_advance = 0; 325 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.h | 34 FT_Int* max_advance );
|
D | cidgload.c | 281 FT_Int* max_advance ) 290 *max_advance = 0; 320 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );
|
/third_party/freetype/src/cid/ |
D | cidgload.h | 34 FT_Int* max_advance );
|
D | cidgload.c | 285 FT_Int* max_advance ) 294 *max_advance = 0; 324 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.h | 45 FT_Int* max_advance );
|
D | cffgload.c | 137 FT_Int* max_advance ) 148 *max_advance = 0; 184 *max_advance = decoder.builder.advance.x;
|
/third_party/freetype/src/cff/ |
D | cffgload.h | 45 FT_Int* max_advance );
|
D | cffgload.c | 137 FT_Int* max_advance ) 148 *max_advance = 0; 184 *max_advance = decoder.builder.advance.x;
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.h | 46 FT_Int* max_advance );
|
D | cffgload.c | 138 FT_Int* max_advance ) 149 *max_advance = 0; 185 *max_advance = decoder.builder.advance.x;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | gen_overlay_fonts.py | 176 glyph_width = face.size.max_advance >> 6
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 1641 FT_Pos max_advance; /* max horizontal advance, in 26.6 pixels */ member
|
/third_party/freetype/include/freetype/ |
D | freetype.h | 1606 FT_Pos max_advance; /* max horizontal advance, in 26.6 pixels */ member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 1619 FT_Pos max_advance; /* max horizontal advance, in 26.6 pixels */ member
|