Searched defs:scaledHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp259 int scaledHeight = decoded->height(); local
263 scaledHeight = int(scaledHeight * scale + 0.5f);
269 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
328 const float sy = scaledHeight / float(decoded->height());
341 bitmap->setConfig(config, scaledWidth, scaledHeight);

Completed in 404 milliseconds