Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A 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
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-subset-plan.cc803 _glyf_add_gid_and_children (const OT::glyf_accelerator_t &glyf, in _glyf_add_gid_and_children()
866 OT::glyf_accelerator_t glyf (plan->source); in _populate_gids_to_retain() local
1223 OT::glyf_accelerator_t glyf (plan->source); in _get_instance_glyphs_contour_points() local
/aosp_15_r20/external/fonttools/Snippets/
H A Dotf2ttf.py39 def update_hmtx(ttFont, glyf): argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dtables.rs17 pub mod glyf; module
H A Dtable_provider.rs101 fn glyf(&self) -> Result<tables::glyf::Glyf<'a>, ReadError> { in glyf() method
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/
H A Dinterpolatable.py590 def recursivelyAddGlyph(glyphname, glyphset, ttGlyphSet, glyf): argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dglyf.rs910 let glyf = font.glyf().unwrap(); in simple_glyph() localVariable
948 let glyf = font.glyf().unwrap(); in all_glyphs() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/
H A Dmod.rs83 mod glyf; module
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/
H A Dmetrics.rs389 glyf: Glyf<'a>, field
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/instancer/
H A D__init__.py566 glyphname, glyf, gvar, hMetrics, vMetrics, axisLimits, optimize=True argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Dmod.rs39 glyf: Glyf<'a>, field
/aosp_15_r20/external/skia/tools/fonts/
H A DTestSVGTypeface.cpp1241 TestSVGTypeface::GlyfInfo* glyf, in SkCOLRCanvas()
/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_mac_ct.cpp523 constexpr SkFontTableTag glyf = SkSetFourByteTag('g','l','y','f'); in onGetAdvancedMetrics() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member