Searched defs:scaledHeight (Results 1 – 8 of 8) 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
422 int scaledHeight = (int)(bounds.height() * canvasScaleY); in draw() local496 int scaledHeight = SkScalarCeilToInt(mProperties.getScaledHeight()); in updateCache() local566 int scaledHeight = SkScalarCeilToInt(mProperties.getScaledHeight()); in draw() local586 int scaledHeight = SkScalarCeilToInt(mProperties.getScaledHeight()); in draw() local
555 int scaledHeight = 0; member
160 int scaledHeight = (int) (ratio * originalHeight); in buildScaledBitmap() local
155 int scaledHeight = (int) (VIEWBOX_HEIGHT * scale); in createBitmapCache() local
443 final int scaledHeight = bitmapDrawable.getIntrinsicHeight(); in getBitmapFromDrawable() local
1915 int scaledHeight = Math.max((int) (mHeight * scale + 0.5f), 1); in computeDensity() local