Searched refs:vmtx (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/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-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
|
D | hb-ot-face-table-list.hh | 71 HB_OT_ACCELERATOR (OT, vmtx)
|
D | hb-subset.cc | 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/ |
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
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
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/harfbuzz/test/api/ |
D | meson.build | 45 'test-subset-vmtx.c',
|
D | Makefile.am | 69 test-subset-vmtx \
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
D | SfntTool.java | 145 removeTables.add(Tag.vmtx); in subsetFontFile()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 11765 vmtx
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
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
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33751 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; 33754 + if (vmtx.has_data ()) 33757 + *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); 33763 - *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); 33783 - const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; 33784 - hb_position_t tsb = vmtx.get_side_bearing (font, glyph); 33786 + if (ot_face->vmtx->has_data ()) 33788 + const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; 33789 + hb_position_t tsb = vmtx.get_side_bearing (font, glyph); 33890 vmtx = nullptr; [all …]
|