Searched defs:lookupType (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/layout/
H A DExtensionSubtables.cpp26 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, const LETableReference &base, le_uint16 lookupType, // Google patch: add base argument
36 if (elt != lookupType) {
H A DGlyphPosnLookupProc.cpp62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType, argument
73 switch(lookupType)
146 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
H A DGlyphSubstLookupProc.cpp51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType, argument
60 switch(lookupType)
117 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
H A DLookups.h48 le_uint16 lookupType; member in struct:LookupTable
H A DLookupProcessor.cpp29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); local
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success);
/external/javassist/src/main/javassist/bytecode/analysis/
H A 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) { method in class:Type
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp144 OpenType::UInt16 lookupType; member in struct:blink::OpenType::LookupTable
155 if (lookupType != 1) // "Single Substitution Subtable" is all what we support
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh564 inline unsigned int get_type (void) const { return lookupType; }
587 lookupType.set (lookup_type);
610 USHORT lookupType; /* Different enumerations for GSUB and GPOS */ member in struct:OT::Lookup
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh564 inline unsigned int get_type (void) const { return lookupType; }
587 lookupType.set (lookup_type);
610 USHORT lookupType; /* Different enumerations for GSUB and GPOS */ member in struct:OT::Lookup
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_attr.js1374 cvox.SemanticAttr.prototype.lookupType = function(symbol) {
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1627 milliseconds