Searched refs:looped (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/ |
H A D | LRUCacheTests.cpp | 49 bool looped = false; in TEST() local 53 looped = true; in TEST() 55 if(looped) in TEST()
|
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 243 static bool looped = true; in draw() local 244 ImGui::Checkbox("Looped", &looped); in draw() 286 effect->start(fAnimationTime, looped, { 0, 0 }, { 0, -1 }, 1, { 0, 0 }, 0, in draw()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.cpp | 508 bool looped = false; in moveForward() local 521 if (looped && ((lastBreakPos_ == param.breakPos) || in moveForward() 541 looped = true; in moveForward() 566 looped = true; in moveForward()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 2135 bool looped = false; in DebugCheckBetween() local 2137 if ((looped = checkPtT == ptT)) { in DebugCheckBetween() 2142 if (looped) { in DebugCheckBetween()
|
Completed in 9 milliseconds