Searched refs:fOnce (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/gm/ | ||
H A D | convexpaths.cpp | 41 SkDoOnce fOnce; member in __anon18364::ConvexPathsGM 51 if (fOnce.alreadyDone()) { in makePaths() 54 fOnce.accomplished(); in makePaths() |
/third_party/skia/samplecode/ | ||
H A D | SampleSlides.cpp | 405 bool fOnce; member in SlideView 408 fOnce = false; in SlideView() 412 if (fOnce) { in init() 415 fOnce = true; in init() |
H A D | SamplePath.cpp | 80 bool fOnce; member in PathView 84 fOnce = false; in PathView() 88 if (fOnce) { in init() 91 fOnce = true; in init() |
Completed in 4 milliseconds