Searched refs:otherHandle (Results 1 – 2 of 2) sorted by relevance
68 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in set() argument70 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()151 static void preConcat(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in preConcat() argument153 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()192 static void postConcat(JNIEnv* env, jobject clazz, jlong matrixHandle, jlong otherHandle) { in postConcat() argument194 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
1605 sp<InputWindowHandle> otherHandle = mWindowHandles.itemAt(i); in isWindowObscuredAtPointLocked() local1606 if (otherHandle == windowHandle) { in isWindowObscuredAtPointLocked()1610 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()