Home
last modified time | relevance | path

Searched refs:tableSize (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/platform/graphics/chromium/
DHarfbuzzSkia.cpp213 const size_t tableSize = SkFontHost::GetTableSize(font->uniqueID(), tag); in harfbuzzSkiaGetTable() local
214 if (!tableSize) in harfbuzzSkiaGetTable()
218 *len = tableSize; in harfbuzzSkiaGetTable()
222 if (*len < tableSize) in harfbuzzSkiaGetTable()
224 SkFontHost::GetTableData(font->uniqueID(), tag, 0, tableSize, buffer); in harfbuzzSkiaGetTable()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macwm.c91 short tableSize, dataWidth; in CopyGammaTable() local
96 tableSize = sizeof (GammaTbl) + pTableGammaIn->gFormulaSize + in CopyGammaTable()
98 pTableGammaOut = (GammaTblPtr) NewPtr (tableSize); /* allocate new table */ in CopyGammaTable()
100 BlockMove( (Ptr)pTableGammaIn, (Ptr)pTableGammaOut, tableSize); /* move everything */ in CopyGammaTable()
288 short tableSize, dataWidth; in CreateEmptyGammaTable() local
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth); in CreateEmptyGammaTable()
292 pTableGammaOut = (GammaTblPtr) NewPtrClear (tableSize); /* allocate new tabel */ in CreateEmptyGammaTable()
/external/guava/src/com/google/common/collect/
DRegularImmutableMap.java47 int tableSize = Hashing.chooseTableSize(immutableEntries.length); in RegularImmutableMap() local
48 table = new Object[tableSize * 2]; in RegularImmutableMap()
49 mask = tableSize - 1; in RegularImmutableMap()
DImmutableSet.java255 int tableSize = Hashing.chooseTableSize(count); in create() local
256 Object[] table = new Object[tableSize]; in create()
257 int mask = tableSize - 1; in create()
283 } else if (tableSize > Hashing.chooseTableSize(elements.size())) { in create()
/external/chromium/third_party/icu/source/common/
Ducol_swp.c382 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA()
391 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
/external/icu4c/common/
Ducol_swp.cpp425 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA()
434 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m1640 const CGTableCount tableSize = 255;
1641 CGGammaValue redTable[tableSize];
1642 CGGammaValue greenTable[tableSize];
1643 CGGammaValue blueTable[tableSize];
1658 (display_id, tableSize, redTable, greenTable, blueTable) )
1666 const CGTableCount tableSize = 255;
1667 CGGammaValue redTable[tableSize];
1668 CGGammaValue greenTable[tableSize];
1669 CGGammaValue blueTable[tableSize];
1674 (display_id, tableSize, redTable, greenTable, blueTable, &actual) ||
[all …]
/external/webkit/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp175 const int tableSize = sizeof(hardwareCodeToGDKKeyval) / sizeof(hardwareCodeToGDKKeyval[0]); in gdkEventToWindowsKeyCode() local
176 if (event->hardware_keycode < tableSize) { in gdkEventToWindowsKeyCode()
/external/webkit/JavaScriptCore/runtime/
DStructure.cpp631 size_t tableSize = PropertyMapHashTable::allocationSize(m_propertyTable->size); in copyPropertyTable() local
632 PropertyMapHashTable* newTable = static_cast<PropertyMapHashTable*>(fastMalloc(tableSize)); in copyPropertyTable()
633 memcpy(newTable, m_propertyTable, tableSize); in copyPropertyTable()
/external/chromium/third_party/icu/public/common/unicode/
Dutext.h1188 int32_t tableSize; member
/external/icu4c/common/unicode/
Dutext.h1363 int32_t tableSize; member
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm424 ByteCount tableSize;
425 OSStatus status = ATSFontGetTable(fontID, tables[i], 0, 0, 0, &tableSize);
/external/chromium/third_party/icu/source/i18n/
Ducol_imp.h888 uint32_t tableSize; member
Ducol_bld.cpp123 uint32_t bottom = 0, top = src->invUCA->tableSize; in ucol_inv_findCE()
/external/icu4c/i18n/
Ducol_imp.h915 uint32_t tableSize; member
Ducol_bld.cpp123 uint32_t bottom = 0, top = src->invUCA->tableSize; in ucol_inv_findCE()
/external/chromium/third_party/icu/source/tools/genuca/
Dgenuca.cpp363 result->tableSize = inversePos; in assembleInverseTable()
/external/icu4c/tools/genuca/
Dgenuca.cpp363 result->tableSize = inversePos; in assembleInverseTable()