OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
Matrix.cpp
68
static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong
otherHandle
) {
70
SkMatrix* other = reinterpret_cast<SkMatrix*>(
otherHandle
);
151
static void preConcat(JNIEnv* env, jobject clazz, jlong objHandle, jlong
otherHandle
) {
153
SkMatrix* other = reinterpret_cast<SkMatrix*>(
otherHandle
);
192
static void postConcat(JNIEnv* env, jobject clazz, jlong matrixHandle, jlong
otherHandle
) {
194
SkMatrix* other = reinterpret_cast<SkMatrix*>(
otherHandle
);
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
[
all
...]
Completed in 110 milliseconds