Home
last modified time | relevance | path

Searched refs:vmtx (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-font.cc131 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local
135 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
165 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
166 hb_position_t tsb = vmtx.get_side_bearing (font, glyph); in hb_ot_get_glyph_v_origin()
H A Dhb-ot-hmtx-table.hh38 * vmtx -- Vertical Metrics
39 * https://docs.microsoft.com/en-us/typography/opentype/spec/vmtx
328 struct vmtx : hmtxvmtx<vmtx, vhea> { struct
335 struct vmtx_accelerator_t : vmtx::accelerator_t {};
H A Dhb-ot-glyf-table.hh796 int v_orig = (int) header->yMax + glyf_accelerator.vmtx->get_side_bearing (gid); in get_points()
798 unsigned v_adv = glyf_accelerator.vmtx->get_advance (gid); in get_points()
913 vmtx = nullptr; in init()
927 vmtx = face->table.vmtx; in init()
1040 return is_vertical ? vmtx->get_advance (gid) : hmtx->get_advance (gid); in get_advance_var()
1056 return is_vertical ? vmtx->get_side_bearing (gid) : hmtx->get_side_bearing (gid); in get_side_bearing_var()
1253 const vmtx_accelerator_t *vmtx; member
H A Dhb-ot-face-table-list.hh71 HB_OT_ACCELERATOR (OT, vmtx)
H A Dhb-subset.cc297 case HB_OT_TAG_vhea: return true; /* skip vhea, handled by vmtx */ in _subset_table()
298 case HB_OT_TAG_vmtx: return _subset<const OT::vmtx> (plan); in _subset_table()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dtag.h74 static const int32_t vmtx; member
H A Dtag.cc58 const int32_t Tag::vmtx = TAG('v', 'm', 't', 'x'); member in sfntly::Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DTag.java80 public static final int vmtx = Tag.intValue(new byte[]{'v', 'm', 't', 'x'}); field in Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DSfntTool.java145 removeTables.add(Tag.vmtx); in subsetFontFile()

Completed in 7 milliseconds