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

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 506 // Only valid until the next call to resetScratch().
507 const SkFlatData& scratch = this->resetScratch(element, fNextIndex);
519 // This reference is valid only until the next call to resetScratch() or detachScratch().
520 const SkFlatData& resetScratch(const T& element, int index) {
  /external/skia/src/core/
SkPictureFlat.h 506 // Only valid until the next call to resetScratch().
507 const SkFlatData& scratch = this->resetScratch(element, fNextIndex);
519 // This reference is valid only until the next call to resetScratch() or detachScratch().
520 const SkFlatData& resetScratch(const T& element, int index) {
  /external/clang/lib/Analysis/
UninitializedValues.cpp 129 void resetScratch();
191 void CFGBlockValues::resetScratch() {
734 vals.resetScratch();

Completed in 27 milliseconds