Home
last modified time | relevance | path

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

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