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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp118 int scaledWidth, int scaledHeight) {
124 scaleDivRange(chunk->getXDivs(), chunk->numXDivs, scale, scaledWidth);
325 int scaledWidth = decodingBitmap.width(); local
329 scaledWidth = int(scaledWidth * scale + 0.5f);
339 env->SetIntField(options, gOptions_widthFieldID, scaledWidth);
352 scaleNinePatchChunk(peeker.mPatch, scale, scaledWidth, scaledHeight);
390 const float sx = scaledWidth / float(decodingBitmap.width());
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.java1101 int scaledWidth = getScaledSuggestedMinimumWidth();
1104 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight);

Completed in 76 milliseconds