Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
Dglyf.hh27 struct glyf struct
31 static constexpr hb_tag_t tableTag = HB_OT_TAG_glyf;
33 bool sanitize (hb_sanitize_context_t *c HB_UNUSED) const in sanitize()
42 bool serialize (hb_serialize_context_t *c, in serialize()
71 bool subset (hb_subset_context_t *c) const in subset()
127 void _free_compiled_subset_glyphs (hb_vector_t<glyf_impl::SubsetGlyph> *glyphs) const in _free_compiled_subset_glyphs()
135 dataZ; /* Glyphs data. */
392 OT::glyf_accelerator_t glyf (plan->source); in _populate_subset_glyphs() local
DSubsetGlyph.hh31 const OT::glyf_accelerator_t &glyf = *font->face->table.glyf; in serialize() 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/harfbuzz_ng/src/
Dhb-subset-plan.cc589 _glyf_add_gid_and_children (const OT::glyf_accelerator_t &glyf, in _glyf_add_gid_and_children()
617 OT::glyf_accelerator_t glyf (plan->source); in _populate_gids_to_retain() local
/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py332 glyphname, glyf, gvar, hMetrics, vMetrics, axisLimits, optimize=True argument
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc786 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1248 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