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

  /external/skia/gm/
convexpaths.cpp 14 SkDoOnce() { fDidOnce = false; }
16 bool needToDo() const { return !fDidOnce; }
17 bool alreadyDone() const { return fDidOnce; }
19 SkASSERT(!fDidOnce);
20 fDidOnce = true;
24 bool fDidOnce;
  /external/skqp/gm/
convexpaths.cpp 14 SkDoOnce() { fDidOnce = false; }
16 bool needToDo() const { return !fDidOnce; }
17 bool alreadyDone() const { return fDidOnce; }
19 SkASSERT(!fDidOnce);
20 fDidOnce = true;
24 bool fDidOnce;

Completed in 447 milliseconds