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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp118 int scaledWidth, int scaledHeight) {
125 scaleDivRange(chunk->getYDivs(), chunk->numYDivs, scale, scaledHeight);
326 int scaledHeight = decodingBitmap.height(); local
330 scaledHeight = int(scaledHeight * scale + 0.5f);
340 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
352 scaleNinePatchChunk(peeker.mPatch, scale, scaledWidth, scaledHeight);
391 const float sy = scaledHeight / float(decodingBitmap.height());
398 outputBitmap->setInfo(SkImageInfo::Make(scaledWidth, scaledHeight,
117 scaleNinePatchChunk(android::Res_png_9patch* chunk, float scale, int scaledWidth, int scaledHeight) argument
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1102 int scaledHeight = getScaledSuggestedMinimumHeight();
1104 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight);

Completed in 34 milliseconds