Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkDeque.cpp73 fFrontBlock = this->allocateBlock(fAllocCount); in push_front()
88 first = this->allocateBlock(fAllocCount); in push_front()
113 fBackBlock = this->allocateBlock(fAllocCount); in push_back()
128 last = this->allocateBlock(fAllocCount); in push_back()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() function in SkDeque
/third_party/skia/include/private/
H A DSkDeque.h128 Block* allocateBlock(int allocCount);

Completed in 2 milliseconds