Home
last modified time | relevance | path

Searched defs:reserveCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DTArrayTest.cpp299 test_array_reserve(skiatest::Reporter* reporter, Array* array, int reserveCount) test_array_reserve() argument
[all...]
/third_party/skia/include/private/
H A DSkTArray.h51 explicit SkTArray(int reserveCount) : SkTArray() { this->reserve_back(reserveCount); } in SkTArray() argument
611 explicit SkSTArray(int reserveCount) in SkSTArray() argument

Completed in 2 milliseconds