Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
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()
Dhb-ot-hmtx-table.hh328 struct vmtx : hmtxvmtx<vmtx, vhea> { struct
335 struct vmtx_accelerator_t : vmtx::accelerator_t {};
Dhb-ot-face-table-list.hh71 HB_OT_ACCELERATOR (OT, vmtx)
Dhb-ot-glyf-table.hh797 int v_orig = (int) glyph.get_header ().yMax + face->table.vmtx->get_side_bearing (gid); in init_phantom_points()
799 unsigned int v_adv = face->table.vmtx->get_advance (gid); in init_phantom_points()
966 return is_vertical ? face->table.vmtx->get_advance (gid) : face->table.hmtx->get_advance (gid); in get_advance_var()
981 …return is_vertical ? face->table.vmtx->get_side_bearing (gid) : face->table.hmtx->get_side_bearing… in get_side_bearing_var()
Dhb-subset.cc183 result = _subset2<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/fonttools/Tests/varLib/instancer/
Dinstancer_test.py150 vmtx = varfont["vmtx"]
164 assert vmtx["hyphen"] == (536, 229)
169 assert vmtx["minus"] == (536, 229)
191 assert vmtx["hyphen"] == (536, 250)
194 assert vmtx["minus"] == (536, 250) # 'minus' top sidebearing too
/external/harfbuzz_ng/test/api/
DMakefile.am51 test-subset-vmtx \
/external/fonttools/Doc/source/
Dttx.rst45 prep, prop, sbix, trak, vhea and vmtx
/external/fonttools/
DNEWS.rst673 - [varLib] Added support for building ``VVAR`` table from ``vmtx`` and ``VORG``
685 - [varLib] Use ``vmtx`` to compute vertical phantom points; or ``hhea.ascent``
686 and ``head.unitsPerEM`` if ``vmtx`` is missing (#1528).
784 - [hmtx/vmtx]: Allow to compile/decompile ``hmtx`` and ``vmtx`` tables even
1416 side bearing) attributes from the ``vmtx`` table, if present.
1846 - Fixed bug in hmtx/vmtx code that only occured if all advances were
1893 - 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