Home
last modified time | relevance | path

Searched defs:reserveCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/include/private/base/
H A DSkTArray.h52 explicit TArray(int reserveCount) : TArray() { this->reserve_exact(reserveCount); } in TArray()
785 explicit STArray(int reserveCount) in STArray()
/aosp_15_r20/external/skia/src/gpu/graphite/render/
H A DDynamicInstancesPatchAllocator.h33 unsigned int reserveCount) in DynamicInstancesPatchAllocator()
/aosp_15_r20/external/skia/src/base/
H A DSkFixedArray.h42 FixedArray(int reserveCount) { in FixedArray()
/aosp_15_r20/external/skia/tests/
H A DTArrayTest.cpp475 Array* array, int reserveCount) { in test_array_reserve()