Home
last modified time | relevance | path

Searched refs:morx (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout.cc36 #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 Dhb-ot-face-table-list.hh111 HB_OT_TABLE (AAT, morx)
H A Dhb-aat-layout-morx-table.hh37 * 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 Dgxvmod.c129 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 Dtest-aat-layout.c107 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 Dftgxval.h56 * 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 Dtag.h80 static const int32_t morx; member
H A Dtag.cc62 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 Dtest_data.cc42 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 DTag.java87 public static final int morx = Tag.intValue(new byte[]{'m', 'o', 'r', 'x'}); field in Tag

Completed in 5 milliseconds