Searched refs:srcR (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 929 Rect srcR = new Rect(x, y, x + width, y + height); in createBitmap() local 998 canvas.drawBitmap(source, srcR, dstR, paint); in createBitmap() 1004 Bitmap newMapContents = transformGainmap(source, m, neww, newh, paint, srcR, dstR, in createBitmap() 1018 Rect srcR, RectF dstR, RectF deviceR) { in transformGainmap() argument 1035 Rect gSrcR = new Rect((int) (srcR.left * scaleX), in transformGainmap() 1036 (int) (srcR.top * scaleY), (int) (srcR.right * scaleX), in transformGainmap() 1037 (int) (srcR.bottom * scaleY)); in transformGainmap()
|