Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
Dglyf.hh28 struct glyf struct
32 static constexpr hb_tag_t tableTag = HB_OT_TAG_glyf;
34 static bool has_valid_glyf_format(const hb_face_t* face) in has_valid_glyf_format()
40 bool sanitize (hb_sanitize_context_t *c HB_UNUSED) const in sanitize()
49 bool serialize (hb_serialize_context_t *c, in serialize()
77 bool subset (hb_subset_context_t *c) const in subset()
150 void _free_compiled_subset_glyphs (hb_vector_t<glyf_impl::SubsetGlyph> &glyphs) const in _free_compiled_subset_glyphs()
158 dataZ; /* Glyphs data. */
441 OT::glyf_accelerator_t glyf (plan->source); in _populate_subset_glyphs() local
/external/fonttools/Snippets/
Dotf2ttf.py39 def update_hmtx(ttFont, glyf): argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/
Dtables.rs22 pub mod glyf; module
Dtable_provider.rs115 fn glyf(&self) -> Result<tables::glyf::Glyf<'a>, ReadError> { in glyf() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/
Dtables.rs22 pub mod glyf; module
Dtable_provider.rs115 fn glyf(&self) -> Result<tables::glyf::Glyf<'a>, ReadError> { in glyf() method
/external/fonttools/Lib/fontTools/varLib/
Dinterpolatable.py590 def recursivelyAddGlyph(glyphname, glyphset, ttGlyphSet, glyf): argument
/external/harfbuzz_ng/src/
Dhb-subset-plan.cc819 _glyf_add_gid_and_children (const OT::glyf_accelerator_t &glyf, in _glyf_add_gid_and_children()
882 OT::glyf_accelerator_t glyf (plan->source); in _populate_gids_to_retain() local
1239 OT::glyf_accelerator_t glyf (plan->source); in _get_instance_glyphs_contour_points() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dglyf.rs828 let glyf = font.glyf().unwrap(); in simple_glyph() localVariable
866 let glyf = font.glyf().unwrap(); in all_glyphs() localVariable
997 let glyf = font.glyf().unwrap(); in cubic_glyf() localVariable
Dgvar.rs487 let glyf = font.glyf().unwrap(); localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dglyf.rs828 let glyf = font.glyf().unwrap(); in simple_glyph() localVariable
866 let glyf = font.glyf().unwrap(); in all_glyphs() localVariable
997 let glyf = font.glyf().unwrap(); in cubic_glyf() localVariable
Dgvar.rs487 let glyf = font.glyf().unwrap(); localVariable
/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py566 glyphname, glyf, gvar, hMetrics, vMetrics, axisLimits, optimize=True argument
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1240 TestSVGTypeface::GlyfInfo* glyf, in SkCOLRCanvas()
/external/skia/src/ports/
DSkTypeface_mac_ct.cpp522 constexpr SkFontTableTag glyf = SkSetFourByteTag('g','l','y','f'); in onGetAdvancedMetrics() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/
Dmod.rs84 mod glyf; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/
Dmod.rs40 glyf: Glyf<'a>, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/
Dmod.rs40 glyf: Glyf<'a>, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/
Dmod.rs84 mod glyf; module
/external/mesa3d/src/imgui/
Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member