HomeSort by relevance Sort by last modified time
    Searched full:outerhandle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 20 jlong outerHandle, jlong innerHandle) {
21 SkPathEffect* outer = reinterpret_cast<SkPathEffect*>(outerHandle);
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java 371 int outerHandle = passHandle;
374 handles.markDependency(outerHandle, passHandle);
384 passHandle = outerHandle;
461 int outerHandle = passHandle;
464 handles.markDependency(outerHandle, passHandle);
474 passHandle = outerHandle;
    [all...]

Completed in 57 milliseconds