Home
last modified time | relevance | path

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

/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/icu4c/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/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/JavaScriptCore/runtime/
DStructure.cpp592 size_t tableSize = PropertyMapHashTable::allocationSize(m_propertyTable->size); in copyPropertyTable() local
593 PropertyMapHashTable* newTable = static_cast<PropertyMapHashTable*>(fastMalloc(tableSize)); in copyPropertyTable()
594 memcpy(newTable, m_propertyTable, tableSize); in copyPropertyTable()
/external/icu4c/common/unicode/
Dutext.h1188 int32_t tableSize; member
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm387 ByteCount tableSize;
388 OSStatus status = ATSFontGetTable(fontID, tables[i], 0, 0, 0, &tableSize);
/external/icu4c/i18n/
Ducol_imp.h834 uint32_t tableSize; member
Ducol_bld.cpp122 uint32_t bottom = 0, top = src->invUCA->tableSize; in ucol_inv_findCE()
/external/icu4c/tools/genuca/
Dgenuca.cpp363 result->tableSize = inversePos; in assembleInverseTable()