Flutter Engine
The Flutter Engine
third_party
skia
platform_tools
android
apps
jetskidemo
src
main
java
org
skia
jetskidemo
samples
Sample.java
Go to the documentation of this file.
1
/*
2
* Copyright 2021 Google Inc.
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
package
org.skia.jetskidemo.samples;
9
10
import
org.skia.jetski.Canvas;
11
12
public
interface
Sample
{
13
/**
14
* Renders a Sample frame t (ms) into the destination rect [L T R B].
15
*/
16
public
void
render
(
Canvas
canvas,
long
t,
float
left,
float
top,
float
right,
float
bottom);
17
}
org.skia.jetski.Canvas
Definition:
Canvas.java:12
org.skia.jetskidemo.samples.Sample
Definition:
Sample.java:12
org.skia.jetskidemo.samples.Sample.render
void render(Canvas canvas, long t, float left, float top, float right, float bottom)
Generated on Sun Jun 23 2024 21:56:08 for Flutter Engine by
1.9.4