Home
last modified time | relevance | path

Searched refs:vmtx (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc130 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local
134 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
162 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
163 hb_position_t tsb = vmtx.get_side_bearing (glyph); in hb_ot_get_glyph_v_origin()
244 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_font_v_extents() local
245 metrics->ascender = font->em_scale_x (vmtx.ascender); in hb_ot_get_font_v_extents()
246 metrics->descender = font->em_scale_x (vmtx.descender); in hb_ot_get_font_v_extents()
247 metrics->line_gap = font->em_scale_x (vmtx.line_gap); in hb_ot_get_font_v_extents()
249 return vmtx.has_font_extents; in hb_ot_get_font_v_extents()
Dhb-ot-hmtx-table.hh330 struct vmtx : hmtxvmtx<vmtx, vhea> { struct
337 struct vmtx_accelerator_t : vmtx::accelerator_t {};
Dhb-ot-face.hh46 HB_OT_ACCELERATOR(OT, vmtx) \
Dhb-subset.cc166 result = _subset<const OT::vmtx> (plan); in _subset_table()
/external/sfntly/cpp/src/sfntly/
Dtag.h74 static const int32_t vmtx; member
Dtag.cc58 const int32_t Tag::vmtx = TAG('v', 'm', 't', 'x'); member in sfntly::Tag
/external/harfbuzz_ng/test/api/
DMakefile.am50 test-subset-vmtx \
/external/fonttools/
DNEWS.rst8 - [varLib] Use ``vmtx`` to compute vertical phantom points; or ``hhea.ascent``
9 and ``head.unitsPerEM`` if ``vmtx`` is missing (#1528).
107 - [hmtx/vmtx]: Allow to compile/decompile ``hmtx`` and ``vmtx`` tables even
739 side bearing) attributes from the ``vmtx`` table, if present.
1169 - Fixed bug in hmtx/vmtx code that only occured if all advances were
1216 - More tables supported: hdmx, vhea, vmtx
DPKG-INFO123 sbix, trak, vhea and vmtx
425 - [varLib] Use ``vmtx`` to compute vertical phantom points; or ``hhea.ascent``
426 and ``head.unitsPerEM`` if ``vmtx`` is missing (#1528).
524 - [hmtx/vmtx]: Allow to compile/decompile ``hmtx`` and ``vmtx`` tables even
1156 side bearing) attributes from the ``vmtx`` table, if present.
1586 - Fixed bug in hmtx/vmtx code that only occured if all advances were
1633 - More tables supported: hdmx, vhea, vmtx
DREADME.rst113 sbix, trak, vhea and vmtx
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO123 sbix, trak, vhea and vmtx
425 - [varLib] Use ``vmtx`` to compute vertical phantom points; or ``hhea.ascent``
426 and ``head.unitsPerEM`` if ``vmtx`` is missing (#1528).
524 - [hmtx/vmtx]: Allow to compile/decompile ``hmtx`` and ``vmtx`` tables even
1156 side bearing) attributes from the ``vmtx`` table, if present.
1586 - Fixed bug in hmtx/vmtx code that only occured if all advances were
1633 - More tables supported: hdmx, vhea, vmtx
/external/freetype/
DChangeLog.265141 longer reject `htmx' and `vmtx' tables with invalid length but
DChangeLog.23703 if no `vmtx' information is present, since the height of the bbox is