HomeSort by relevance Sort by last modified time
    Searched refs:lookupTable (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
LookupProcessor.cpp 22 le_uint32 LookupProcessor::applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator,
29 le_uint16 lookupType = SWAPW(lookupTable->lookupType);
30 le_uint16 subtableCount = SWAPW(lookupTable->subTableCount);
35 const LookupSubtable *lookupSubtable = lookupTable->getLookupSubtable(subtable);
72 const LookupTable *lookupTable = lookupListTable->getLookupTable(lookup);
73 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags);
78 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success);
98 const LookupTable *lookupTable = lookupListTable->getLookupTable(lookupTableIndex)
    [all...]
LookupProcessor.h 32 struct LookupTable;
39 le_uint32 applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
  /external/webkit/WebKit/mac/Misc/
WebElementDictionary.mm 49 static CFMutableDictionaryRef lookupTable = NULL;
53 CFDictionaryAddValue(lookupTable, key, selector);
74 if (lookupTable)
77 lookupTable = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFCopyStringDictionaryKeyCallBacks, NULL);
125 CFDictionaryApplyFunction(lookupTable, cacheValueForKey, self);
149 SEL selector = (SEL)CFDictionaryGetValue(lookupTable, key);
154 unsigned lookupTableCount = CFDictionaryGetCount(lookupTable);
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaSet.java 307 final LongSparseArray<MediaItem> lookupTable = (item.getMediaType() == MediaItem.MEDIA_TYPE_IMAGE) ? mItemsLookup
309 MediaItem lookUp = lookupTable.get(item.mId);
  /external/chromium/third_party/icu/source/common/
ucnvisci.c     [all...]
  /external/icu4c/common/
ucnvisci.c     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 151 milliseconds