OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateBlock
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkDeque.h
128
Block*
allocateBlock
(int allocCount);
/external/skia/include/core/
SkDeque.h
128
Block*
allocateBlock
(int allocCount);
/external/chromium_org/third_party/skia/src/core/
SkDeque.cpp
74
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) {
/external/skia/src/core/
SkDeque.cpp
74
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) {
Completed in 90 milliseconds