Home
last modified time | relevance | path

Searched refs:lookupType (Results 1 – 13 of 13) sorted by relevance

/external/icu4c/layout/
DGlyphSubstLookupProc.cpp51 …stitutionLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, in applySubtable() argument
60 switch(lookupType) in applySubtable()
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success); in applySubtable()
DGlyphPosnLookupProc.cpp62 …sitioningLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, in applySubtable() argument
73 switch(lookupType) in applySubtable()
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success); in applySubtable()
DExtensionSubtables.cpp26 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType, in process() argument
35 if (elt != lookupType) { in process()
DExtensionSubtables.h30 le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
DLookupProcessor.cpp29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); in applyLookupTable() local
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success); in applyLookupTable()
DGlyphPosnLookupProc.h39 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
DGlyphSubstLookupProc.h41 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
DLookups.h43 le_uint16 lookupType; member
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java96 public static final Type OBJECT = lookupType("java.lang.Object");
98 public static final Type SERIALIZABLE = lookupType("java.io.Serializable");
100 public static final Type CLONEABLE = lookupType("java.lang.Cloneable");
102 public static final Type THROWABLE = lookupType("java.lang.Throwable");
130 private static Type lookupType(String name) { in lookupType() method in Type
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh562 inline unsigned int get_type (void) const { return lookupType; } in get_type()
585 lookupType.set (lookup_type); in serialize()
608 USHORT lookupType; /* Different enumerations for GSUB and GPOS */ member
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh562 inline unsigned int get_type (void) const { return lookupType; } in get_type()
585 lookupType.set (lookup_type); in serialize()
608 USHORT lookupType; /* Different enumerations for GSUB and GPOS */ member
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp146 OpenType::UInt16 lookupType; member
157 if (lookupType != 1) // "Single Substitution Subtable" is all what we support in getSubstitutions()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dcode_generator_v8.pm2394 my $lookupType = ($name eq "addEventListener") ? "OrCreate" : "Only";
2399 …tener> listener = V8EventListenerList::getEventListener(info[1], false, ListenerFind${lookupType});