Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/example/
DJamfile.v262 : PingPong : PingPong Player : $(custom) ]
64 : PingPong : PingPong Player : $(custom) ]
66 : PingPong : PingPong Player : $(custom) <define>USE_TWO_THREADS ]
/third_party/skia/docs/examples/
Dpong.cpp5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in PingPong() function
15 float ballX = PingPong(frame * duration, 2.5f, 0.0f, 0.0f, 1.0f); in draw()
16 float ballY = PingPong(frame * duration, 2.0f, 0.4f, 0.0f, 1.0f); in draw()
Dpong2.cpp5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in PingPong() function
14 float bX = PingPong(frame * duration, 2.5f, 0.0f, 0, 1) * 472 + 20; in draw()
15 float bY = PingPong(frame * duration, 2.0f, 0.4f, 0, 1) * 200 + 28; in draw()
/third_party/skia/gm/
Dblurcircles2.cpp37 fAnimRadius = TimeUtils::PingPong( in BlurCircles2GM()
39 fAnimBlurRadius = TimeUtils::PingPong(0, in BlurCircles2GM()
144 …fAnimRadius = TimeUtils::PingPong(1e-9 * nanos, kRadiusPingPoingPeriod, kRadiusPingPoingShift, kMi… in onAnimate()
146 …fAnimBlurRadius = TimeUtils::PingPong(1e-9 * nanos, kBlurRadiusPingPoingPeriod, kBlurRadiusPingPoi… in onAnimate()
Danimatedimageblurs.cpp122 … fBlur = TimeUtils::PingPong(1e-9 * nanos, kBlurAnimationDuration, fBlurOffset, 0.0f, kBlurMax); in update()
/third_party/flutter/skia/gm/
Dblurcircles2.cpp37 fAnimRadius = TimeUtils::PingPong( in BlurCircles2GM()
39 fAnimBlurRadius = TimeUtils::PingPong(0, in BlurCircles2GM()
145 …fAnimRadius = TimeUtils::PingPong(1e-9 * nanos, kRadiusPingPoingPeriod, kRadiusPingPoingShift, kMi… in onAnimate()
147 …fAnimBlurRadius = TimeUtils::PingPong(1e-9 * nanos, kBlurRadiusPingPoingPeriod, kBlurRadiusPingPoi… in onAnimate()
Danimatedimageblurs.cpp121 … fBlur = TimeUtils::PingPong(1e-9 * nanos, kBlurAnimationDuration, fBlurOffset, 0.0f, kBlurMax); in update()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzzer_shrinker_test.cpp938 class PingPong : public InterestingnessTest { class
940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon1ad9e4400111::PingPong
1102 PingPong().AsFunction(), {}, 0, kSmallStepLimit, validator_options); in RunFuzzerAndShrinker()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp938 class PingPong : public InterestingnessTest { class
940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon7c0a4eac0111::PingPong
1102 PingPong().AsFunction(), {}, 0, kSmallStepLimit, validator_options); in RunFuzzerAndShrinker()
/third_party/spirv-tools/test/fuzz/
Dfuzzer_shrinker_test.cpp938 class PingPong : public InterestingnessTest { class
940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon966986eb0111::PingPong
1102 PingPong().AsFunction(), {}, 0, kSmallStepLimit, validator_options); in RunFuzzerAndShrinker()
/third_party/boost/libs/statechart/test/
DJamfile.v2159 [ statechart-st-compile-example PingPong : PingPong : PingPong Player ]
/third_party/flutter/skia/tools/timer/
DTimeUtils.h36 static inline float PingPong(double time, in PingPong() function
/third_party/flutter/skia/samplecode/
DSampleAndroidShadows.cpp322 fAnimTranslate = TimeUtils::PingPong(1e-9 * nanos, 30, 0, 125, -125); in onAnimate()
323 fAnimAngle = TimeUtils::PingPong(1e-9 * nanos, 15, 0, 0, 20); in onAnimate()
325 fAnimAlpha = TimeUtils::PingPong(1e-9 * nanos, 5, 0, 1, 0); in onAnimate()
DSampleGlyphTransform.cpp59 double t = TimeUtils::PingPong(1e-9 * nanos, 20, 0, 0, maxt); // d3 t is in milliseconds in onAnimate()
/third_party/skia/samplecode/
DSampleAndroidShadows.cpp321 fAnimTranslate = TimeUtils::PingPong(1e-9 * nanos, 30, 0, 125, -125); in onAnimate()
322 fAnimAngle = TimeUtils::PingPong(1e-9 * nanos, 15, 0, 0, 20); in onAnimate()
324 fAnimAlpha = TimeUtils::PingPong(1e-9 * nanos, 5, 0, 1, 0); in onAnimate()
DSampleGlyphTransform.cpp59 double t = TimeUtils::PingPong(1e-9 * nanos, 20, 0, 0, maxt); // d3 t is in milliseconds in onAnimate()
/third_party/skia/tools/timer/
DTimeUtils.h37 static inline float PingPong(double time, in PingPong() function
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs93 public async Task PingPong() in PingPong() method in Grpc.IntegrationTesting.InteropClientServerTest
/third_party/grpc/src/objective-c/tests/PerfTests/
DPerfTests.m136 __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"];
224 __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"];
/third_party/boost/libs/statechart/
DStatechart.sln11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PingPong", "example\PingPong\PingPong.vcproj",…
/third_party/grpc/src/objective-c/tests/InteropTests/
DInteropTests.m981 __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"];