HomeSort by relevance Sort by last modified time
    Searched defs:allocateBlock (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDeque.cpp 73 fFrontBlock = this->allocateBlock(fAllocCount);
88 first = this->allocateBlock(fAllocCount);
113 fBackBlock = this->allocateBlock(fAllocCount);
128 last = this->allocateBlock(fAllocCount);
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) {
  /external/skqp/src/core/
SkDeque.cpp 73 fFrontBlock = this->allocateBlock(fAllocCount);
88 first = this->allocateBlock(fAllocCount);
113 fBackBlock = this->allocateBlock(fAllocCount);
128 last = this->allocateBlock(fAllocCount);
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) {

Completed in 83 milliseconds