HomeSort by relevance Sort by last modified time
    Searched refs:fItemArray (Results 1 - 2 of 2) sorted by null

  /external/skia/include/private/
SkTArray.h 41 this->copy(that.fItemArray);
66 fItemArray[i].~T();
71 this->copy(that.fItemArray);
79 fItemArray[i].~T();
91 fItemArray[i].~T();
112 fItemArray[i].~T();
119 new (fItemArray + i) T;
129 fItemArray[i].~T();
157 fItemArray[n].~T();
242 new (fItemArray + fCount + i) T(t[i])
    [all...]
  /external/skqp/include/private/
SkTArray.h 41 this->copy(that.fItemArray);
66 fItemArray[i].~T();
71 this->copy(that.fItemArray);
79 fItemArray[i].~T();
91 fItemArray[i].~T();
112 fItemArray[i].~T();
119 new (fItemArray + i) T;
129 fItemArray[i].~T();
157 fItemArray[n].~T();
242 new (fItemArray + fCount + i) T(t[i])
    [all...]

Completed in 229 milliseconds