/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/ |
H A D | glyf.hh | 28 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 D | hb-subset-plan.cc | 803 _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 D | otf2ttf.py | 39 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 D | tables.rs | 17 pub mod glyf; module
|
H A D | table_provider.rs | 101 fn glyf(&self) -> Result<tables::glyf::Glyf<'a>, ReadError> { in glyf() method
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | interpolatable.py | 590 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 D | glyf.rs | 910 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 D | mod.rs | 83 mod glyf; module
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/ |
H A D | metrics.rs | 389 glyf: Glyf<'a>, field
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/instancer/ |
H A D | __init__.py | 566 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 D | mod.rs | 39 glyf: Glyf<'a>, field
|
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 1241 TestSVGTypeface::GlyfInfo* glyf, in SkCOLRCanvas()
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 523 constexpr SkFontTableTag glyf = SkSetFourByteTag('g','l','y','f'); in onGetAdvancedMetrics() local
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|