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

/external/icu4c/layout/
H A DExtensionSubtables.cpp22 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType, argument
31 if (elt != lookupType) {
H A DExtensionSubtables.h30 le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
H A DGlyphPosnLookupProc.cpp62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, argument
73 switch(lookupType)
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
H A DGlyphSubstLookupProc.cpp51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, argument
60 switch(lookupType)
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
H A DGlyphPosnLookupProc.h39 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
H A DGlyphSubstLookupProc.h41 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
H A DLookups.h43 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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.h78 bool lookupType(GLenum type);
H A DIndexDataManager.cpp129 if (staticBuffer && staticBuffer->lookupType(type) && alignedOffset)
355 bool StaticIndexBuffer::lookupType(GLenum type) function in class:gl::StaticIndexBuffer
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm1071 my $lookupType = ($functionName eq "add") ? "OrCreate" : "Only";
1079 RefPtr<EventListener> listener = V8DOMWrapper::getEventListener(args[1], false, ListenerFind${lookupType});
/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 208 milliseconds