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

/external/chromium_org/third_party/skia/include/core/
H A DSkTArray.h104 this->checkRealloc((int)array.count());
132 // set fCount to 0 before calling checkRealloc so that no copy cons. are called.
134 this->checkRealloc(n);
149 this->checkRealloc(delta);
228 this->checkRealloc(n);
243 this->checkRealloc(0);
256 this->checkRealloc(0);
405 this->checkRealloc(n);
411 inline void checkRealloc(int delta) { function in class:SkTArray
/external/skia/include/core/
H A DSkTArray.h104 this->checkRealloc((int)array.count());
132 // set fCount to 0 before calling checkRealloc so that no copy cons. are called.
134 this->checkRealloc(n);
149 this->checkRealloc(delta);
228 this->checkRealloc(n);
243 this->checkRealloc(0);
256 this->checkRealloc(0);
405 this->checkRealloc(n);
411 inline void checkRealloc(int delta) { function in class:SkTArray

Completed in 77 milliseconds