Flutter Engine
The Flutter Engine
third_party
skia
platform_tools
android
apps
jetski
src
main
java
org
skia
jetski
ClipOp.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.jetski;
9
10
public
enum
ClipOp
{
11
DIFFERENCE
(0),
12
INTERSECT
(1);
13
14
ClipOp
(
int
nativeInt) {
15
this.mNativeInt = nativeInt;
16
}
17
18
int
mNativeInt
;
19
}
org.skia.jetski.ClipOp
Definition:
ClipOp.java:10
org.skia.jetski.ClipOp.DIFFERENCE
DIFFERENCE
Definition:
ClipOp.java:11
org.skia.jetski.ClipOp.mNativeInt
int mNativeInt
Definition:
ClipOp.java:18
org.skia.jetski.ClipOp.INTERSECT
INTERSECT
Definition:
ClipOp.java:12
org.skia.jetski.ClipOp.ClipOp
ClipOp(int nativeInt)
Definition:
ClipOp.java:14
Generated on Sun Jun 23 2024 21:56:08 for Flutter Engine by
1.9.4