Home
last modified time | relevance | path

Searched defs:glyf (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh79 struct glyf struct
81 static constexpr hb_tag_t tableTag = HB_OT_TAG_glyf;
83 bool sanitize (hb_sanitize_context_t *c HB_UNUSED) const in sanitize()
93 _add_loca_and_head (hb_subset_plan_t * plan, Iterator padded_offsets) in _add_loca_and_head()
129 _write_loca (IteratorIn it, unsigned right_shift, IteratorOut dest) in _write_loca()
146 bool serialize (hb_serialize_context_t *c, in serialize()
158 bool subset (hb_subset_context_t *c) const in subset()
185 OT::glyf::accelerator_t glyf; in _populate_subset_glyphs()
211 _add_head_and_set_loca_version (hb_subset_plan_t *plan, bool use_short_loca) in _add_head_and_set_loca_version()
228 struct CompositeGlyphChain
[all …]
Dhb-subset-plan.cc99 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
/external/sfntly/cpp/src/test/
Dverify_glyf.cc39 GlyphPtr glyf; in VerifyGLYF() local
/external/fonttools/Snippets/
Dotf2ttf.py41 def update_hmtx(ttFont, glyf): argument
/external/sfntly/cpp/src/sfntly/
Dtag.cc37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in sfntly::Tag
Dtag.h45 static const int32_t glyf; member
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc786 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp1026 SkTestSVGTypeface::GlyfInfo* glyf, SkTHashMap<SkColor, int>* colors, in SkCOLRCanvas()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1160 TestSVGTypeface::GlyfInfo* glyf, in SkCOLRCanvas()
/external/mesa3d/src/imgui/
Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member