Searched refs:tableSize (Results 1 – 9 of 9) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
D | SDL_macwm.c | 91 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/ |
D | ucol_swp.c | 382 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/ |
D | SDL_QuartzVideo.m | 1640 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/ |
D | Structure.cpp | 592 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/ |
D | utext.h | 1188 int32_t tableSize; member
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 387 ByteCount tableSize; 388 OSStatus status = ATSFontGetTable(fontID, tables[i], 0, 0, 0, &tableSize);
|
/external/icu4c/i18n/ |
D | ucol_imp.h | 834 uint32_t tableSize; member
|
D | ucol_bld.cpp | 122 uint32_t bottom = 0, top = src->invUCA->tableSize; in ucol_inv_findCE()
|
/external/icu4c/tools/genuca/ |
D | genuca.cpp | 363 result->tableSize = inversePos; in assembleInverseTable()
|