Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DCompositeGlyph.hh22 MORE_COMPONENTS = 0x0020, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_glyf.rs756 pub const MORE_COMPONENTS: Self = Self { bits: 0x0020 }; constant
/aosp_15_r20/external/freetype/src/truetype/
H A Dttgload.c74 #define MORE_COMPONENTS 0x0020 macro
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py672 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one variable