/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | RenderEffect.cpp | 59 jfloat srcBottom, in createBitmapEffect() argument 66 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in createBitmapEffect()
|
H A D | android_graphics_Canvas.cpp | 529 float srcLeft, float srcTop, float srcRight, float srcBottom, in drawBitmapRect() argument 542 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom, in drawBitmapRect() 545 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom, in drawBitmapRect()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaRecordingCanvas.cpp | 260 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 262 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
|
H A D | SkiaRecordingCanvas.h | 61 float srcBottom, float dstLeft, float dstTop, float dstRight,
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RenderEffect.java | 331 long bitmapHandle, float srcLeft, float srcTop, float srcRight, float srcBottom, in nativeCreateBitmapEffect() argument
|
H A D | HardwareRenderer.java | 1589 int srcLeft, int srcTop, int srcRight, int srcBottom, CopyRequest request); in nCopySurfaceInto() argument
|
H A D | BaseCanvas.java | 759 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument
|
H A D | BaseRecordingCanvas.java | 634 float srcLeft, float srcTop, float srcRight, float srcBottom, in nDrawBitmap() argument
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Canvas.h | 236 float srcBottom, float dstLeft, float dstTop, float dstRight,
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.h | 137 float srcBottom, float dstLeft, float dstTop, float dstRight,
|
H A D | SkiaCanvas.cpp | 615 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 618 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
|