Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkScaledBitmapSampler.h11 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
/external/svox/pico/lib/
Dpicoos.c511 picoos_objsize_t cellSize; in picoos_allocate() local
521 cellSize = byteSize + this->usedCellHdrSize; in picoos_allocate()
526 (c->size != (picoos_ptrdiff_t) cellSize) && in picoos_allocate()
527 (c->size < (picoos_ptrdiff_t)(cellSize+ this->minCellSize))) { in picoos_allocate()
533 if ((c->size == (picoos_ptrdiff_t) cellSize)) { in picoos_allocate()
537 c2 = (MemCellHdr)((picoos_objsize_t)c + cellSize); in picoos_allocate()
538 c2->size = c->size - cellSize; in picoos_allocate()
539 c->size = cellSize; in picoos_allocate()
550 this->usedSize += cellSize; in picoos_allocate()
/external/webkit/JavaScriptCore/runtime/
DCollector.h243 static const size_t cellSize = CELL_SIZE;
DCollector.cpp396 ASSERT_UNUSED(s, s <= HeapConstants::cellSize); in allocate()
1151 statistics.free += m_heap.usedBlocks * BLOCK_SIZE - (objectCount() * HeapConstants::cellSize); in addToStatistics()
/external/sqlite/dist/
Dsqlite3.c38801 static u16 cellSize(MemPage *pPage, int iCell){
43026 assert( sz==cellSize(pPage, idx) );
Dsqlite3.c.orig38796 static u16 cellSize(MemPage *pPage, int iCell){
43015 assert( sz==cellSize(pPage, idx) );
/external/webkit/JavaScriptCore/
DChangeLog18947 ASSERTION FAILED: s <= HeapConstants<heapType>::cellSize
/external/webkit/WebCore/
DChangeLog-2002-12-037423 (QButton::sizeHint): Use cellSize, account for margins.
DChangeLog-2005-08-2339761 Compute the size without ever calling cellSize. After talking with Andrew Platzer,