OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupTable
(Results
1 - 11
of
11
) sorted by null
/external/llvm/test/FrontendC/
block-copy.c
10
float
lookupTable
[] = {-1,-1,-1,0, -1,-1,0,-1, -1,-1,0,1, -1,-1,1,0,
18
foo(
lookupTable
);
/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/collada/include/dae/
daeRawResolver.h
49
std::map<std::string, daeElement*>
lookupTable
;
daeSIDResolver.h
168
std::map<daeSidRef, daeSidRef::resolveData>
lookupTable
;
/external/webkit/Source/WebKit/mac/Misc/
WebElementDictionary.mm
50
static CFMutableDictionaryRef
lookupTable
= NULL;
54
CFDictionaryAddValue(
lookupTable
, key, selector);
76
if (
lookupTable
)
79
lookupTable
= CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFCopyStringDictionaryKeyCallBacks, NULL);
128
CFDictionaryApplyFunction(
lookupTable
, cacheValueForKey, self);
152
SEL selector = (SEL)CFDictionaryGetValue(
lookupTable
, key);
157
unsigned lookupTableCount = CFDictionaryGetCount(
lookupTable
);
/external/collada/src/dae/
daeRawResolver.cpp
110
map<string, daeElement*>::iterator iter =
lookupTable
.find(uri.str());
111
return iter ==
lookupTable
.end() ? NULL : iter->second;
115
lookupTable
[uri.str()] = elt;
119
lookupTable
.erase(uri.str());
123
lookupTable
.clear();
daeSIDResolver.cpp
478
map<daeSidRef, daeSidRef::resolveData>::iterator iter =
lookupTable
.find(sidRef);
479
if (iter !=
lookupTable
.end()) {
488
lookupTable
[sidRef] = result;
492
lookupTable
.clear();
497
return
lookupTable
.empty();
/external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp
256
void ImageBuffer::platformTransformColorSpace(const Vector<int>&
lookupTable
)
/external/icu4c/common/
ucnvisci.c
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 384 milliseconds