/external/freetype/src/sfnt/ |
D | ttpost.c | 183 if ( num_glyphs > face->max_profile.numGlyphs || in load_format_20() 321 if ( num_glyphs > face->max_profile.numGlyphs || in load_format_25() 492 if ( idx >= (FT_UInt)face->max_profile.numGlyphs ) in tt_face_get_ps_name()
|
D | sfdriver.c | 112 table = &face->max_profile; in get_sfnt_table()
|
D | ttload.c | 725 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp()
|
D | sfobjs.c | 1026 face->root.num_glyphs = face->max_profile.numGlyphs; in sfnt_load_face()
|
D | ttcmap.c | 3836 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs; in tt_face_build_cmaps()
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1475 TT_MaxProfile max_profile; member
|
/external/webrtc/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 1033 using max_profile = MaxProf; member 1049 using max_profile = MaxProf; member 1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
|
/external/openscreen/third_party/abseil/src/absl/types/internal/ |
D | conformance_testing.h | 1033 using max_profile = MaxProf; member 1049 using max_profile = MaxProf; member 1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
|
/external/angle/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 1033 using max_profile = MaxProf; member 1049 using max_profile = MaxProf; member 1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
|
/external/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 1033 using max_profile = MaxProf; member 1049 using max_profile = MaxProf; member 1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
|
/external/cronet/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 1033 using max_profile = MaxProf; member 1049 using max_profile = MaxProf; member 1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 1033 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/ |
D | conformance_testing.h | 1033 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/ |
D | conformance_testing.h | 1033 using max_profile = MaxProf; member 1049 using max_profile = MaxProf; member 1131 using MaxProfileOfT = typename ProfileRangeOfT<T>::max_profile;
|
/external/freetype/src/truetype/ |
D | ttgload.c | 1369 max_ins = loader->face->max_profile.maxSizeOfInstructions; in TT_Process_Composite_Glyph() 1605 if ( recurse_count > face->max_profile.maxComponentDepth ) in load_truetype_glyph() 1609 face->max_profile.maxComponentDepth = (FT_UShort)recurse_count; in load_truetype_glyph()
|
D | ttobjs.c | 1128 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode()
|
D | ttinterp.c | 368 maxp = &face->max_profile; in TT_Load_Context()
|
/external/freetype/src/base/ |
D | ftobjs.c | 1006 ttface->max_profile.maxSizeOfInstructions == 0 && in FT_Load_Glyph()
|
/external/freetype/docs/oldlogs/ |
D | ChangeLog.22 | 926 face->max_profile.numGlyphs, instead of face->root.num_glyphs.
|