Searched refs:vmtx (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-font.cc | 131 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 D | hb-ot-hmtx-table.hh | 38 * 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 D | hb-ot-glyf-table.hh | 796 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 D | hb-ot-face-table-list.hh | 71 HB_OT_ACCELERATOR (OT, vmtx)
|
H A D | hb-subset.cc | 297 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 D | tag.h | 74 static const int32_t vmtx; member
|
H A D | tag.cc | 58 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 D | Tag.java | 80 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 D | SfntTool.java | 145 removeTables.add(Tag.vmtx); in subsetFontFile()
|
Completed in 7 milliseconds