Searched refs:scaledWidth (Results 1 – 3 of 3) sorted by relevance
441 final int scaledWidth, scaledHeight; in addOverlay() local443 scaledWidth = getWidth(); in addOverlay()446 scaledWidth = ((MediaImageItem)this).getScaledWidth(); in addOverlay()454 if (bitmap.getWidth() != scaledWidth || bitmap.getHeight() != scaledHeight) { in addOverlay()
344 int scaledWidth = decodingBitmap.width(); in doDecode() local348 scaledWidth = int(scaledWidth * scale + 0.5f); in doDecode()354 env->SetIntField(options, gOptions_widthFieldID, scaledWidth); in doDecode()413 const float sx = scaledWidth / float(decodingBitmap.width()); in doDecode()421 outputBitmap->setConfig(config, scaledWidth, scaledHeight, 0, in doDecode()
1095 int scaledWidth = getScaledSuggestedMinimumWidth(); in onMeasure() local1098 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight); in onMeasure()