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 | 22 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType, in process() argument 31 if (elt != lookupType) { in process()
|
D | LookupProcessor.cpp | 29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); in applyLookupTable() local 37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success); in applyLookupTable()
|
D | ExtensionSubtables.h | 30 le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
|
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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
D | IndexDataManager.h | 78 bool lookupType(GLenum type);
|
D | IndexDataManager.cpp | 129 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/ |
D | CodeGeneratorV8.pm | 1071 my $lookupType = ($functionName eq "add") ? "OrCreate" : "Only"; 1079 …ventListener> listener = V8DOMWrapper::getEventListener(args[1], false, ListenerFind${lookupType});
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 562 (gl::StaticIndexBuffer::lookupType):
|