Searched refs:scaledBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp307 jint scaledBounds[4]; local
310 scaledBounds[i] = (jint)((((jint*)peeker.fLayoutBounds)[i]*scale) + .5f);
313 memcpy(scaledBounds, (jint*)peeker.fLayoutBounds, sizeof(scaledBounds));
315 env->SetIntArrayRegion(layoutBounds, 0, 4, scaledBounds);

Completed in 37 milliseconds