Searched refs:otherHandle (Results 1 – 2 of 2) sorted by relevance
157 static void set(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in set() argument159 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in set()258 static void preConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in preConcat() argument260 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in preConcat()302 static void postConcat(CRITICAL_JNI_PARAMS_COMMA jlong matrixHandle, jlong otherHandle) { in postConcat() argument304 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); in postConcat()
5538 final HandleView otherHandle = getOtherSelectionHandle(); in updateHandlesVisibility() local5539 if (otherHandle != null) { in updateHandlesVisibility()5540 otherHandle.setVisible(!handleOverlapsMagnifier(otherHandle, magnifierRect)); in updateHandlesVisibility()5611 final HandleView otherHandle = getOtherSelectionHandle(); in dismissMagnifier() local5612 if (otherHandle != null) { in dismissMagnifier()5613 otherHandle.setVisible(true); in dismissMagnifier()