Home
last modified time | relevance | path

Searched defs:vmtx (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hmtx-table.hh328 struct vmtx : hmtxvmtx<vmtx, vhea> { struct
329 static constexpr hb_tag_t tableTag = HB_OT_TAG_vmtx;
330 static constexpr hb_tag_t variationsTag = HB_OT_TAG_VVAR;
331 static constexpr bool is_horizontal = false;
Dhb-ot-font.cc131 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local
165 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
Dhb-ot-glyf-table.hh1253 const vmtx_accelerator_t *vmtx; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc58 const int32_t Tag::vmtx = TAG('v', 'm', 't', 'x'); member in sfntly::Tag
Dtag.h74 static const int32_t vmtx; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java80 public static final int vmtx = Tag.intValue(new byte[]{'v', 'm', 't', 'x'}); field in Tag