Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dconvexpaths.cpp41 SkDoOnce fOnce; member in __anon0b24e7c00111::ConvexPathsGM
51 if (fOnce.alreadyDone()) { in makePaths()
54 fOnce.accomplished(); in makePaths()
/third_party/flutter/skia/gm/
Dconvexpaths.cpp41 SkDoOnce fOnce; member in __anon795011b50111::ConvexPathsGM
51 if (fOnce.alreadyDone()) { in makePaths()
54 fOnce.accomplished(); in makePaths()
/third_party/skia/samplecode/
DSampleSlides.cpp405 bool fOnce; member in SlideView
408 fOnce = false; in SlideView()
412 if (fOnce) { in init()
415 fOnce = true; in init()
DSamplePath.cpp80 bool fOnce; member in PathView
84 fOnce = false; in PathView()
88 if (fOnce) { in init()
91 fOnce = true; in init()
/third_party/flutter/skia/samplecode/
DSampleSlides.cpp407 bool fOnce; member in SlideView
410 fOnce = false; in SlideView()
414 if (fOnce) { in init()
417 fOnce = true; in init()
DSamplePath.cpp80 bool fOnce; member in PathView
84 fOnce = false; in PathView()
88 if (fOnce) { in init()
91 fOnce = true; in init()