Searched defs:allocateBlock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkDeque.cpp74 fFrontBlock = this->allocateBlock(fAllocCount);
89 first = this->allocateBlock(fAllocCount);
114 fBackBlock = this->allocateBlock(fAllocCount);
129 last = this->allocateBlock(fAllocCount);
229 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { function in class:SkDeque
/external/skia/src/core/
H A DSkDeque.cpp74 fFrontBlock = this->allocateBlock(fAllocCount);
89 first = this->allocateBlock(fAllocCount);
114 fBackBlock = this->allocateBlock(fAllocCount);
129 last = this->allocateBlock(fAllocCount);
229 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { function in class:SkDeque

Completed in 95 milliseconds