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.cpp22 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType, in process() argument
31 if (elt != lookupType) { in process()
DLookupProcessor.cpp29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); in applyLookupTable() local
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success); in applyLookupTable()
DExtensionSubtables.h30 le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.h78 bool lookupType(GLenum type);
DIndexDataManager.cpp129 if (staticBuffer && staticBuffer->lookupType(type) && alignedOffset) in prepareIndexData()
355 bool StaticIndexBuffer::lookupType(GLenum type) in lookupType() function in gl::StaticIndexBuffer
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorV8.pm1071 my $lookupType = ($functionName eq "add") ? "OrCreate" : "Only";
1079 …ventListener> listener = V8DOMWrapper::getEventListener(args[1], false, ListenerFind${lookupType});
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog562 (gl::StaticIndexBuffer::lookupType):