HomeSort by relevance Sort by last modified time
    Searched full:writablebegin (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkTRefArray.h 38 * value. To change them to some other value, use writableBegin/End or
52 * src array. To change them to some other value, use writableBegin/End or
76 T* writableBegin() {
81 return this->writableBegin() + fCount;
85 return this->writableBegin()[index];

Completed in 70 milliseconds