Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/include/core/
DSkTArray.h104 this->checkRealloc((int)array.count());
134 this->checkRealloc(n); in reset()
149 this->checkRealloc(delta); in reset()
228 this->checkRealloc(n); in push_back_n()
243 this->checkRealloc(0); in pop_back()
256 this->checkRealloc(0); in pop_back_n()
405 this->checkRealloc(n); in push_back_raw()
411 inline void checkRealloc(int delta) { in checkRealloc() function
/external/skia/include/core/
DSkTArray.h104 this->checkRealloc((int)array.count());
134 this->checkRealloc(n); in reset()
149 this->checkRealloc(delta); in reset()
228 this->checkRealloc(n); in push_back_n()
243 this->checkRealloc(0); in pop_back()
256 this->checkRealloc(0); in pop_back_n()
405 this->checkRealloc(n); in push_back_raw()
411 inline void checkRealloc(int delta) { in checkRealloc() function