HomeSort by relevance Sort by last modified time
    Searched defs:LookupList (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz/src/
harfbuzz-gpos.h 72 HB_LookupList LookupList;
harfbuzz-gsub.h 81 HB_LookupList LookupList;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.h 72 HB_LookupList LookupList;
harfbuzz-gsub.h 81 HB_LookupList LookupList;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
534 IndexArray lookupIndex; /* Array of LookupList indices */
619 typedef OffsetListOf<Lookup> LookupList;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
534 IndexArray lookupIndex; /* Array of LookupList indices */
619 typedef OffsetListOf<Lookup> LookupList;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 211 struct LookupList : TableBase {
229 bool getGlyphSubstitutions(const LookupList* lookups, HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const
359 const LookupList* lookupList(const SharedBuffer& buffer) const { return validateOffset<LookupList>(buffer, lookupListOffset); }
391 const LookupList* lookups = lookupList(buffer);

Completed in 113 milliseconds