Searched refs:lookupType (Results 1 – 13 of 13) sorted by relevance
/external/icu4c/layout/ |
D | GlyphSubstLookupProc.cpp | 51 …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()
|
D | GlyphPosnLookupProc.cpp | 62 …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()
|
D | ExtensionSubtables.cpp | 26 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType, in process() argument 35 if (elt != lookupType) { in process()
|
D | ExtensionSubtables.h | 30 le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
|
D | LookupProcessor.cpp | 29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); in applyLookupTable() local 37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success); in applyLookupTable()
|
D | GlyphPosnLookupProc.h | 39 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
|
D | GlyphSubstLookupProc.h | 41 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
|
D | Lookups.h | 43 le_uint16 lookupType; member
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Type.java | 96 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/ |
D | hb-ot-layout-common-private.hh | 562 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/ |
D | hb-ot-layout-common-private.hh | 562 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/ |
D | OpenTypeVerticalData.cpp | 146 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/ |
D | code_generator_v8.pm | 2394 my $lookupType = ($name eq "addEventListener") ? "OrCreate" : "Only"; 2399 …tener> listener = V8EventListenerList::getEventListener(info[1], false, ListenerFind${lookupType});
|