Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_variations.rs383 pub enum DeltaSetIndexMap<'a> { enum
388 impl<'a> DeltaSetIndexMap<'a> { implementation
415 impl<'a> FontRead<'a> for DeltaSetIndexMap<'a> { implementation
427 impl<'a> DeltaSetIndexMap<'a> { implementation
437 impl<'a> std::fmt::Debug for DeltaSetIndexMap<'a> { implementation
444 impl<'a> SomeTable<'a> for DeltaSetIndexMap<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dvariations.rs516 impl<'a> DeltaSetIndexMap<'a> { impl
756 dsim: Option<Result<DeltaSetIndexMap, ReadError>>, in advance_delta()
773 dsim: Option<Result<DeltaSetIndexMap, ReadError>>, in item_delta()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh3631 struct DeltaSetIndexMap struct
3634 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()
3646 uint32_t map (unsigned v) const in map()
3655 unsigned get_map_count () const in get_map_count()
3664 unsigned get_width () const in get_width()
3673 unsigned get_inner_bit_count () const in get_inner_bit_count()
3682 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
3694 DeltaSetIndexMap* copy (hb_serialize_context_t *c) const in copy()
3705 union {
3709 } u;
/aosp_15_r20/external/fonttools/Lib/fontTools/colorLib/
H A Dbuilder.py194 varIndexMap: Optional[ot.DeltaSetIndexMap] = None,
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py634 class DeltaSetIndexMap(getFormatSwitchingBaseTableClass("uint8")): class