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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp116 int scaledWidth, int scaledHeight) {
123 scaleDivRange(chunk->getYDivs(), chunk->numYDivs, scale, scaledHeight);
323 int scaledHeight = decodingBitmap.height(); local
327 scaledHeight = int(scaledHeight * scale + 0.5f);
333 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
346 scaleNinePatchChunk(peeker.mPatch, scale, scaledWidth, scaledHeight);
385 const float sy = scaledHeight / float(decodingBitmap.height());
392 outputBitmap->setInfo(SkImageInfo::Make(scaledWidth, scaledHeight,
115 scaleNinePatchChunk(android::Res_png_9patch* chunk, float scale, int scaledWidth, int scaledHeight) argument

Completed in 36 milliseconds