Home
last modified time | relevance | path

Searched refs:max_advance (Results 1 – 25 of 56) sorted by relevance

123

/third_party/freetype/src/type1/
Dt1gload.c213 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()
Dt1gload.h31 FT_Pos* max_advance );
Dt1objs.c490 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/
Dt1gload.c213 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()
Dt1gload.h31 FT_Pos* max_advance );
Dt1objs.c494 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/
Dt1gload.c214 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()
Dt1gload.h32 FT_Pos* max_advance );
Dt1objs.c491 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/
Dcidgload.h35 FT_Int* max_advance );
Dcidgload.c286 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/
Dcidgload.h34 FT_Int* max_advance );
Dcidgload.c281 FT_Int* max_advance )
290 *max_advance = 0;
320 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );
/third_party/freetype/src/cid/
Dcidgload.h34 FT_Int* max_advance );
Dcidgload.c285 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/
Dcffgload.h45 FT_Int* max_advance );
Dcffgload.c137 FT_Int* max_advance )
148 *max_advance = 0;
184 *max_advance = decoder.builder.advance.x;
/third_party/freetype/src/cff/
Dcffgload.h45 FT_Int* max_advance );
Dcffgload.c137 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/
Dcffgload.h46 FT_Int* max_advance );
Dcffgload.c138 FT_Int* max_advance )
149 *max_advance = 0;
185 *max_advance = decoder.builder.advance.x;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_overlay_fonts.py176 glyph_width = face.size.max_advance >> 6
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1641 FT_Pos max_advance; /* max horizontal advance, in 26.6 pixels */ member
/third_party/freetype/include/freetype/
Dfreetype.h1606 FT_Pos max_advance; /* max horizontal advance, in 26.6 pixels */ member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1619 FT_Pos max_advance; /* max horizontal advance, in 26.6 pixels */ member

123