Searched defs:LookupList (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/ |
H A D | LookupList.java | 15 public class LookupList class 20 public LookupList() in LookupList() method in LookupList
|
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | gsubgpos-graph.hh | 349 struct LookupList : public OT::LookupList<T> struct 351 bool sanitize (const graph_t::vertex_t& vertex) const in sanitize()
|
/aosp_15_r20/external/freetype/src/otvalid/ |
H A D | otvgsub.c | 567 FT_UInt ScriptList, FeatureList, LookupList; in otv_GSUB_validate() local
|
H A D | otvgpos.c | 991 FT_UInt ScriptList, FeatureList, LookupList; in otv_GPOS_validate() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/ |
H A D | generated_layout.rs | 673 impl<'a, T> FontRead<'a> for LookupList<'a, T> { implementation 686 impl<'a> LookupList<'a, ()> { implementation 700 impl<'a, T> LookupList<'a, T> { impl 716 pub type LookupList<'a, T> = TableRef<'a, LookupListMarker<T>>; typedef 718 impl<'a, T> LookupList<'a, T> { impl 744 impl<'a, T: FontRead<'a> + SomeTable<'a> + 'a> SomeTable<'a> for LookupList<'a, T> { implementation 771 impl<'a, T: FontRead<'a> + SomeTable<'a> + 'a> std::fmt::Debug for LookupList<'a, T> { implementation
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | otTables.py | 1287 class LookupList(BaseTable): class
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout-common.hh | 1462 using LookupList = List16OfOffsetTo<Lookup, typename Types::HBUINT>; typedef
|