Home
last modified time | relevance | path

Searched defs:OVERLAP_COMPOUND (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DCompositeGlyph.hh27 OVERLAP_COMPOUND = 0x0400, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_glyf.rs783 pub const OVERLAP_COMPOUND: Self = Self { bits: 0x0400 }; constant
/aosp_15_r20/external/freetype/src/truetype/
H A Dttgload.c79 #define OVERLAP_COMPOUND 0x0400 /* retained as FT_OUTLINE_OVERLAP */ macro
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py677 OVERLAP_COMPOUND = 0x0400 # used by Apple in GX fonts variable