OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objHandle
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/jni/android/graphics/
Matrix.cpp
38
static void finalizer(jlong
objHandle
) {
39
SkMatrix* obj = reinterpret_cast<SkMatrix*>(
objHandle
);
143
static jboolean isIdentity(jlong
objHandle
) {
144
SkMatrix* obj = reinterpret_cast<SkMatrix*>(
objHandle
);
148
static jboolean isAffine(jlong
objHandle
) {
149
SkMatrix* obj = reinterpret_cast<SkMatrix*>(
objHandle
);
153
static jboolean rectStaysRect(jlong
objHandle
) {
154
SkMatrix* obj = reinterpret_cast<SkMatrix*>(
objHandle
);
158
static void reset(jlong
objHandle
) {
159
SkMatrix* obj = reinterpret_cast<SkMatrix*>(
objHandle
);
[
all
...]
Path.cpp
51
static void finalize(JNIEnv* env, jclass clazz, jlong
objHandle
) {
52
SkPath* obj = reinterpret_cast<SkPath*>(
objHandle
);
66
static void computeBounds(JNIEnv* env, jclass clazz, jlong
objHandle
, jobject jbounds) {
67
SkPath* obj = reinterpret_cast<SkPath*>(
objHandle
);
72
static void incReserve(JNIEnv* env, jclass clazz, jlong
objHandle
, jint extraPtCount) {
73
SkPath* obj = reinterpret_cast<SkPath*>(
objHandle
);
77
static void moveTo__FF(JNIEnv* env, jclass clazz, jlong
objHandle
, jfloat x, jfloat y) {
78
SkPath* obj = reinterpret_cast<SkPath*>(
objHandle
);
82
static void rMoveTo(JNIEnv* env, jclass clazz, jlong
objHandle
, jfloat dx, jfloat dy) {
83
SkPath* obj = reinterpret_cast<SkPath*>(
objHandle
);
[
all
...]
DrawFilter.cpp
67
static void finalizer(JNIEnv* env, jobject clazz, jlong
objHandle
) {
68
SkDrawFilter* obj = reinterpret_cast<SkDrawFilter*>(
objHandle
);
Paint.cpp
551
static jint setTextLocales(JNIEnv* env, jobject clazz, jlong
objHandle
, jstring locales) {
552
Paint* obj = reinterpret_cast<Paint*>(
objHandle
);
640
static void reset(jlong
objHandle
) {
641
Paint* obj = reinterpret_cast<Paint*>(
objHandle
);
736
static jint getStyle(jlong
objHandle
) {
737
Paint* obj = reinterpret_cast<Paint*>(
objHandle
)
[
all
...]
/libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java
[
all
...]
Completed in 401 milliseconds