Home
last modified time | relevance | path

Searched refs:fDidOnce (Results 1 – 1 of 1) sorted by relevance

/external/skia/gm/
Dconvexpaths.cpp14 SkDoOnce() { fDidOnce = false; } in SkDoOnce()
16 bool needToDo() const { return !fDidOnce; } in needToDo()
17 bool alreadyDone() const { return fDidOnce; } in alreadyDone()
19 SkASSERT(!fDidOnce); in accomplished()
20 fDidOnce = true; in accomplished()
24 bool fDidOnce; member in SkDoOnce