Searched refs:cellSize (Results 1 – 7 of 7) sorted by relevance
11 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
239 static const size_t cellSize = CELL_SIZE;247 static const size_t cellSize = SMALL_CELL_SIZE;
278 ASSERT_UNUSED(s, s <= HeapConstants<heapType>::cellSize); in heapAllocate()1018 statistics.free += (HC::cellsPerBlock - heap.blocks[i]->usedCells) * HC::cellSize; in addToStatistics()
511 picoos_objsize_t cellSize; in picoos_allocate() local521 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()
30660 static u16 cellSize(MemPage *pPage, int iCell){ in cellSize() function34559 assert( sz==cellSize(pPage, idx) ); in dropCell()
7423 (QButton::sizeHint): Use cellSize, account for margins.
39761 Compute the size without ever calling cellSize. After talking with Andrew Platzer,