HomeSort by relevance Sort by last modified time
    Searched refs:vmtx (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-font.cc 130 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; local
134 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font));
162 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; local
163 hb_position_t tsb = vmtx.get_side_bearing (glyph);
244 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; local
245 metrics->ascender = font->em_scale_x (vmtx.ascender);
246 metrics->descender = font->em_scale_x (vmtx.descender)
    [all...]
hb-ot-hmtx-table.hh 38 * vmtx -- Vertical Metrics
39 * https://docs.microsoft.com/en-us/typography/opentype/spec/vmtx
330 struct vmtx : hmtxvmtx<vmtx, vhea> { struct in namespace:OT
337 struct vmtx_accelerator_t : vmtx::accelerator_t {};
hb-ot-face.hh 46 HB_OT_ACCELERATOR(OT, vmtx) \
hb-subset.cc 163 DEBUG_MSG(SUBSET, nullptr, "skip vhea handled by vmtx");
166 result = _subset<const OT::vmtx> (plan);
  /external/sfntly/cpp/src/sfntly/
tag.h 74 static const int32_t vmtx; member in struct:sfntly::Tag
tag.cc 58 const int32_t Tag::vmtx = TAG('v', 'm', 't', 'x'); member in class:sfntly::Tag

Completed in 2645 milliseconds