Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DCompositeGlyph.hh28 SCALED_COMPONENT_OFFSET = 0x0800, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_glyf.rs787 pub const SCALED_COMPONENT_OFFSET: Self = Self { bits: 0x0800 }; constant
/aosp_15_r20/external/freetype/src/truetype/
H A Dttgload.c80 #define SCALED_COMPONENT_OFFSET 0x0800 macro
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py678 SCALED_COMPONENT_OFFSET = 0x0800 # composite designed to have the component offset scaled (designe… variable