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

  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 122 #define PEEKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \
137 PEEKER(jchar, Char, jshort, swapShorts);
141 PEEKER(jdouble, Double, jlong, swapLongs);
145 PEEKER(jfloat, Float, jint, swapInts);
149 PEEKER(jint, Int, jint, swapInts);
153 PEEKER(jlong, Long, jlong, swapLongs);
157 PEEKER(jshort, Short, jshort, swapShorts);
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 239 NinePatchPeeker peeker; local
244 &peeker);
263 if (peeker.mPatch && kRGB_565_SkColorType == prefColorType) {
409 if (peeker.mPatch != NULL) {
411 peeker.scale(scaleX, scaleY, scaledWidth, scaledHeight);
414 size_t ninePatchArraySize = peeker.mPatch->serializedSize();
425 memcpy(array, peeker.mPatch, peeker.mPatchSize);
430 if (peeker.mHasInsets) {
431 ninePatchInsets = peeker.createNinePatchInsets(env, scale)
    [all...]

Completed in 107 milliseconds