Searched defs:glyf (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 79 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 …]
|
D | hb-subset-plan.cc | 99 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() 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/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 786 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 1026 SkTestSVGTypeface::GlyfInfo* glyf, SkTHashMap<SkColor, int>* colors, in SkCOLRCanvas()
|
/external/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1160 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
|