Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h68 this->checkRealloc((int)array.count());
98 this->checkRealloc(n); in reset()
113 this->checkRealloc(delta); in reset()
199 this->checkRealloc(n); in push_back_n()
214 this->checkRealloc(0); in pop_back()
227 this->checkRealloc(0); in pop_back_n()
424 this->checkRealloc(n); in push_back_raw()
430 inline void checkRealloc(int delta) { in checkRealloc() function