Home
last modified time | relevance | path

Searched refs:max_profile (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/sfnt/
Dttpost.c182 if ( num_glyphs > face->max_profile.numGlyphs ) in load_format_20()
331 if ( num_glyphs > face->max_profile.numGlyphs || in load_format_25()
503 if ( idx >= (FT_UInt)face->max_profile.numGlyphs ) in tt_face_get_ps_name()
Dsfdriver.c108 table = &face->max_profile; in get_sfnt_table()
Dttload.c725 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp()
Dsfobjs.c990 face->root.num_glyphs = face->max_profile.numGlyphs; in sfnt_load_face()
Dttcmap.c3826 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs; in tt_face_build_cmaps()
/external/freetype/include/freetype/internal/
Dtttypes.h1475 TT_MaxProfile max_profile; member
/external/openscreen/third_party/abseil/src/absl/types/internal/
Dconformance_testing.h1033 using max_profile = MaxProf; member
1049 using max_profile = MaxProf; member
1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing.h1033 using max_profile = MaxProf; member
1049 using max_profile = MaxProf; member
1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
/external/libtextclassifier/abseil-cpp/absl/types/internal/
Dconformance_testing.h1033 using max_profile = MaxProf; member
1049 using max_profile = MaxProf; member
1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
/external/freetype/src/truetype/
Dttgload.c1389 max_ins = loader->face->max_profile.maxSizeOfInstructions; in TT_Process_Composite_Glyph()
1627 if ( recurse_count > face->max_profile.maxComponentDepth ) in load_truetype_glyph()
1631 face->max_profile.maxComponentDepth = (FT_UShort)recurse_count; in load_truetype_glyph()
Dttobjs.c1073 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode()
Dttinterp.c416 maxp = &face->max_profile; in TT_Load_Context()
/external/freetype/src/base/
Dftobjs.c899 ttface->max_profile.maxSizeOfInstructions == 0 && in FT_Load_Glyph()
/external/freetype/
DChangeLog.22926 face->max_profile.numGlyphs, instead of face->root.num_glyphs.