Searched defs:glyf (Results 1 – 11 of 11) sorted by relevance
| /external/harfbuzz_ng/src/OT/glyf/ |
| D | glyf.hh | 27 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
|
| D | SubsetGlyph.hh | 31 const OT::glyf_accelerator_t &glyf = *font->face->table.glyf; in serialize() local
|
| /external/sfntly/cpp/src/test/ |
| D | verify_glyf.cc | 39 GlyphPtr glyf; in VerifyGLYF() local
|
| /external/fonttools/Snippets/ |
| D | otf2ttf.py | 41 def update_hmtx(ttFont, glyf): argument
|
| /external/sfntly/cpp/src/sfntly/ |
| D | tag.cc | 37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in sfntly::Tag
|
| D | tag.h | 45 static const int32_t glyf; member
|
| /external/harfbuzz_ng/src/ |
| D | hb-subset-plan.cc | 589 _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__.py | 332 glyphname, glyf, gvar, hMetrics, vMetrics, axisLimits, optimize=True argument
|
| /external/sfntly/cpp/src/sample/chromium/ |
| D | subsetter_impl.cc | 786 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
|
| /external/skia/tools/fonts/ |
| D | TestSVGTypeface.cpp | 1248 TestSVGTypeface::GlyfInfo* glyf, in SkCOLRCanvas()
|
| /external/mesa3d/src/imgui/ |
| D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|