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

  /external/chromium_org/third_party/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];
  /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 1499 milliseconds