Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h48 this->init(array.fItemArray, array.fCount, NULL, 0); in SkTArray()
65 fItemArray[i].~T();
76 fItemArray[i].~T(); in ~SkTArray()
94 fItemArray[i].~T(); in reset()
101 new (fItemArray + i) T; in reset()
110 fItemArray[i].~T(); in reset()
122 fItemArray[n].~T(); in removeShuffle()
201 new (fItemArray + fCount + i) T(t[i]); in push_back_n()
204 return fItemArray + fCount - n; in push_back_n()
213 fItemArray[fCount].~T(); in pop_back()
[all …]