Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dconvexpaths.cpp27 SkDoOnce() { fDidOnce = false; } in SkDoOnce()
29 bool needToDo() const { return !fDidOnce; } in needToDo()
30 bool alreadyDone() const { return fDidOnce; } in alreadyDone()
32 SkASSERT(!fDidOnce); in accomplished()
33 fDidOnce = true; in accomplished()
37 bool fDidOnce; member in __anon18364::SkDoOnce

Completed in 1 milliseconds