/external/skia/samplecode/ |
D | SampleCode.h | 123 bool animate(const SkAnimTimer& timer) { return this->onAnimate(timer); } in animate() 143 virtual bool onAnimate(const SkAnimTimer&) { return false; } in onAnimate() function
|
D | GMSampleView.h | 30 bool onAnimate(const SkAnimTimer&) override;
|
D | SampleBitmapRect.cpp | 138 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in BitmapRectView 233 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in BitmapRectView2
|
D | SampleAnimBlur.cpp | 60 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in AnimBlurView
|
D | SampleAtlas.cpp | 237 bool onAnimate(const SkAnimTimer&) override { in onAnimate() function in DrawAtlasView 242 bool onAnimate(const SkAnimTimer& timer) override {
|
D | SampleCamera.cpp | 87 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in CameraView
|
D | SampleMegaStroke.cpp | 84 bool onAnimate(const SkAnimTimer& ) override { in onAnimate() function in MegaStrokeView
|
D | GMSampleView.cpp | 93 bool GMSampleView::onAnimate(const SkAnimTimer& timer) { in onAnimate() function in GMSampleView
|
D | SampleDegenerateTwoPtRadials.cpp | 78 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in DegenerateTwoPtRadialsView
|
D | SampleAnimatedText.cpp | 134 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in AnimatedTextView
|
D | SamplePathEffects.cpp | 159 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in PathEffectView
|
D | SampleHT.cpp | 157 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in HTView
|
D | SampleArc.cpp | 193 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in ArcsView
|
D | SampleShip.cpp | 160 bool onAnimate(const SkAnimTimer& timer) override {
|
D | SampleClock.cpp | 220 bool onAnimate(const SkAnimTimer&) override { in onAnimate() function in ClockView
|
/external/skia/gm/ |
D | addarc.cpp | 55 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in AddArcGM 155 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in StrokeCircleGM 208 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in FillCircleGM
|
D | simplerect.cpp | 48 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in SimpleRectGM
|
D | stringart.cpp | 64 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in StringArtGM
|
D | gm.cpp | 56 return this->onAnimate(timer); in animate()
|
D | dashcircle.cpp | 97 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in DashCircleGM
|
D | gm.h | 119 virtual bool onAnimate(const SkAnimTimer&) { return false; } in onAnimate() function
|
D | animatedGif.cpp | 150 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in AnimatedGifGM
|
D | blurcircles2.cpp | 137 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in BlurCircles2GM
|
D | animatedimageblurs.cpp | 63 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in AnimatedImageBlurs
|
D | lighting.cpp | 159 bool onAnimate(const SkAnimTimer& timer) override { in onAnimate() function in skiagm::ImageLightingGM
|