HomeSort by relevance Sort by last modified time
    Searched refs:nativeSize (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/marshal/
Marshaler.java 93 int nativeSize = getNativeSize();
95 if (nativeSize == NATIVE_SIZE_DYNAMIC) {
99 return nativeSize;
  /libcore/luni/src/test/java/libcore/util/
NativeAllocationRegistryTest.java 55 final int nativeSize = size/2;
58 classLoader, getNativeFinalizer(), nativeSize);
66 classLoader, getNativeFinalizer(), nativeSize);
75 alloc.nativeAllocation = doNativeAllocation(nativeSize);
81 alloc.nativeAllocation = doNativeAllocation(nativeSize);
  /external/skia/src/codec/
SkSampledCodec.cpp 150 SkISize nativeSize = this->accountForNativeScaling(&sampleSize, &nativeSampleSize);
155 int subsetWidth = nativeSize.width();
156 int subsetHeight = nativeSize.height();
173 subset.setXYWH(subsetX, 0, subsetWidth, nativeSize.height());
179 info.makeWH(nativeSize.width(), nativeSize.height()), &sampledOptions,
233 SkASSERT(0 == subsetY && nativeSize.height() == subsetHeight);
235 for (y = 0; y < nativeSize.height(); y++) {
250 if (nativeSize.height() == y) {
258 for (; y < nativeSize.height(); y++)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryablePair.java 134 int nativeSize = getNativeSize();
136 if (nativeSize != NATIVE_SIZE_DYNAMIC) {
137 return nativeSize;
MarshalQueryableRange.java 112 int nativeSize = getNativeSize();
114 if (nativeSize != NATIVE_SIZE_DYNAMIC) {
115 return nativeSize;
  /frameworks/base/core/java/android/util/
MemoryIntArray.java 138 return nativeSize(mFd);
234 private native int nativeSize(int fd);
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 106 NATIVE_METHOD(Pattern, nativeSize, "()I"),
java_util_regex_Matcher.cpp 218 NATIVE_METHOD(Matcher, nativeSize, "()I"),
  /libcore/ojluni/src/main/java/java/util/regex/
Matcher.java 124 Matcher.class.getClassLoader(), getNativeFinalizer(), nativeSize());
    [all...]
Pattern.java     [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 335 const IVec2 nativeSize = getNativeSurfaceSize(nativeWindow, reqSize);
340 << " differs from size of native window " << nativeSize;
341 status.check(eglSize == nativeSize, oss.str());
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 131 long nativeSize = NATIVE_ALLOCATION_SIZE;
133 nativeSize += getByteCount();
136 Bitmap.class.getClassLoader(), nativeGetNativeFinalizer(), nativeSize);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 3494 milliseconds