Searched refs:vmtx (Results 1 – 13 of 13) sorted by relevance
/external/harfbuzz_ng/src/ |
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()
|
D | hb-ot-hmtx-table.hh | 328 struct vmtx : hmtxvmtx<vmtx, vhea> { struct 335 struct vmtx_accelerator_t : vmtx::accelerator_t {};
|
D | hb-ot-face-table-list.hh | 71 HB_OT_ACCELERATOR (OT, vmtx)
|
D | hb-ot-glyf-table.hh | 797 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()
|
D | hb-subset.cc | 183 result = _subset2<const OT::vmtx> (plan); in _subset_table()
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.h | 74 static const int32_t vmtx; member
|
D | tag.cc | 58 const int32_t Tag::vmtx = TAG('v', 'm', 't', 'x'); member in sfntly::Tag
|
/external/fonttools/Tests/varLib/instancer/ |
D | instancer_test.py | 150 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/ |
D | Makefile.am | 51 test-subset-vmtx \
|
/external/fonttools/Doc/source/ |
D | ttx.rst | 45 prep, prop, sbix, trak, vhea and vmtx
|
/external/fonttools/ |
D | NEWS.rst | 673 - [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/ |
D | ChangeLog.26 | 5141 longer reject `htmx' and `vmtx' tables with invalid length but
|
D | ChangeLog.23 | 703 if no `vmtx' information is present, since the height of the bbox is
|