Searched refs:getScaledWidth (Results 1 – 9 of 9) sorted by relevance
453 bool redrawNeeded = allocateBitmapIfNeeded(mStagingCache, mStagingProperties.getScaledWidth(), in drawStaging()480 bool redrawNeeded = allocateBitmapIfNeeded(mCache, mProperties.getScaledWidth(), in getBitmapUpdateIfDirty()492 bool canReuseSurface = surface && dst.width() >= mProperties.getScaledWidth() && in updateCache()495 int scaledWidth = SkScalarCeilToInt(mProperties.getScaledWidth()); in updateCache()565 int scaledWidth = SkScalarCeilToInt(mProperties.getScaledWidth()); in draw()585 int scaledWidth = SkScalarCeilToInt(mProperties.getScaledWidth()); in draw()
613 float getScaledWidth() const { return mNonAnimatableProperties.scaledWidth; } in getScaledWidth() function
1515 public int getScaledWidth(Canvas canvas) { in getScaledWidth() method in Bitmap1531 public int getScaledWidth(DisplayMetrics metrics) { in getScaledWidth() method in Bitmap1553 public int getScaledWidth(int targetDensity) { in getScaledWidth() method in Bitmap
239 mBitmap.getScaledWidth(metrics), in onMeasure()
235 mBitmapWidth = bitmap.getScaledWidth(mTargetDensity); in computeBitmapSize()
10455 method public int getScaledWidth(android.graphics.Canvas);10456 method public int getScaledWidth(android.util.DisplayMetrics);10457 method public int getScaledWidth(int);
13626 method public int getScaledWidth(android.graphics.Canvas);13627 method public int getScaledWidth(android.util.DisplayMetrics);13628 method public int getScaledWidth(int);
5485 HSPLandroid/graphics/Bitmap;->getScaledWidth(I)I