Searched defs:scaledHeight (Results 1 – 10 of 10) sorted by relevance
75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
265 int scaledHeight = size.height(); in doDecode() local
160 int scaledHeight = (int) (ratio * originalHeight); in buildScaledBitmap() local
155 int scaledHeight = (int) (VIEWBOX_HEIGHT * scale); in createBitmapCache() local
427 int scaledHeight = (int)(bounds.height() * canvasScaleY); in draw() local513 int scaledHeight = SkScalarCeilToInt(mProperties.getScaledHeight()); in draw() local
555 int scaledHeight = 0; member
245 int scaledHeight = (int) (screenHeight * maxScale); in getSupportedSize() local
444 final int scaledHeight = bitmapDrawable.getIntrinsicHeight(); in getBitmapFromDrawable() local
566 final int scaledHeight = (int) (halfHeight / mScale); in setMagnificationFrameBoundary() local
1939 int scaledHeight = Math.max((int) (mHeight * scale + 0.5f), 1); in computeDensity() local