Searched defs:glyf (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 72 struct glyf struct 74 enum { tableTag = HB_OT_TAG_glyf }; 76 bool sanitize (hb_sanitize_context_t *c HB_UNUSED) const in sanitize() 84 bool subset (hb_subset_plan_t *plan) const in subset() 105 _add_head_and_set_loca_version (hb_subset_plan_t *plan, bool use_short_loca) in _add_head_and_set_loca_version() 122 struct GlyphHeader 136 struct CompositeGlyphHeader 229 struct accelerator_t 470 UnsizedArrayOf<HBUINT8> dataZ; /* Glyphs data. */
|
D | hb-subset-glyf.cc | 33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() 157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() 227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() 297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
|
D | hb-subset-plan.cc | 36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() 105 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/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 | 781 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 | SkTestSVGTypeface.cpp | 1024 SkTestSVGTypeface::GlyfInfo* glyf, SkTHashMap<SkColor, int>* colors, in SkCOLRCanvas()
|
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 642 int loca,head,glyf,hhea,hmtx,kern; // table locations as offset from start of .ttf member
|