Searched refs:morx (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout.cc | 36 #include "hb-aat-layout-morx-table.hh" 198 * mort/morx/kerx/trak 206 const AAT::morx& morx = *mapper->face->table.morx; in hb_aat_layout_compile_map() local 207 if (morx.has_data ()) in hb_aat_layout_compile_map() 209 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map() 227 * `morx` or `mort` tables. 238 return face->table.morx->has_data () || in hb_aat_layout_has_substitution() 247 hb_blob_t *morx_blob = font->face->table.morx in hb_aat_layout_substitute() 248 const AAT::morx& morx = *morx_blob->as<AAT::morx> (); hb_aat_layout_substitute() local [all...] |
H A D | hb-ot-face-table-list.hh | 111 HB_OT_TABLE (AAT, morx)
|
H A D | hb-aat-layout-morx-table.hh | 37 * morx -- Extended Glyph Metamorphosis 1099 * The 'mort'/'morx' Table 1165 struct morx : mortmorx<ExtendedTypes, HB_AAT_TAG_morx> {}; struct
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvmod.c | 129 GXV_TABLE_DECL( morx ); in gxv_validate() 144 GXV_TABLE_LOAD( morx ); in gxv_validate() 156 GXV_TABLE_VALIDATE( morx ); in gxv_validate() 165 GXV_TABLE_SET( morx ); in gxv_validate() 182 FT_FREE( morx ); in gxv_validate()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-aat-layout.c | 107 hb_face_t *morx = hb_test_open_font_file ("fonts/aat-morx.ttf"); in test_aat_has() local 109 g_assert (hb_aat_layout_has_substitution (morx)); in test_aat_has() 110 hb_face_destroy (morx); in test_aat_has()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftgxval.h | 56 * TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak, 131 * Validate 'morx' table. 155 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, 162 #define FT_VALIDATE_morx FT_VALIDATE_GX_BITFIELD( morx )
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | tag.h | 80 static const int32_t morx; member
|
H A D | tag.cc | 62 const int32_t Tag::morx = TAG('m', 'o', 'r', 'x'); member in sfntly::Tag
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | test_data.cc | 42 Tag::loca, Tag::maxp, Tag::morx, Tag::name, Tag::post,
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Tag.java | 87 public static final int morx = Tag.intValue(new byte[]{'m', 'o', 'r', 'x'}); field in Tag
|
Completed in 5 milliseconds