Searched defs:scaledHeight (Results 1 – 9 of 9) sorted by relevance
75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
271 int scaledHeight = size.height(); in doDecode() local
149 int scaledHeight = (int) (ratio * originalHeight); in buildScaledBitmap() local
422 int scaledHeight = (int)(bounds.height() * canvasScaleY); in draw() local504 int scaledHeight = SkScalarCeilToInt(mProperties.getScaledHeight()); in updateCache() local572 int scaledHeight = SkScalarCeilToInt(mProperties.getScaledHeight()); in draw() local
552 int scaledHeight = 0; member
158 int scaledHeight = (int) (VIEWBOX_HEIGHT * scale); in createBitmapCache() local
414 final int scaledHeight = bitmapDrawable.getIntrinsicHeight(); in getBitmapFromDrawable() local
1822 int scaledHeight = (int) (mHeight * scale + 0.5f); in computeDensity() local
317 int scaledHeight = (int) (mTmpBounds.height() * canvasScaleY); in draw() local