Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DCompositeGlyph.hh29 UNSCALED_COMPONENT_OFFSET = 0x1000, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_glyf.rs791 pub const UNSCALED_COMPONENT_OFFSET: Self = Self { bits: 0x1000 }; constant
/aosp_15_r20/external/freetype/src/truetype/
H A Dttgload.c81 #define UNSCALED_COMPONENT_OFFSET 0x1000 macro
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py679 UNSCALED_COMPONENT_OFFSET = 0x1000 # composite designed not to have the component offset scaled (d… variable