Searched refs:pbin (Results 1 – 1 of 1) sorted by relevance
248 Bin* pbin = getBin(id); in packOne() local249 if (pbin) { // we packed this bin already in packOne()250 ref(*pbin); in packOne()251 return pbin; in packOne()512 Bin* pbin = shelf.alloc(id, w, h); in allocShelf() local513 if (pbin) { in allocShelf()514 usedbins_[id] = pbin; in allocShelf()515 ref(*pbin); in allocShelf()517 return pbin; in allocShelf()