/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | RenderEffect.cpp | 57 jfloat srcTop, 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 | 259 void SkiaRecordingCanvas::drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight, in drawBitmap() argument 262 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
|
H A D | SkiaRecordingCanvas.h | 60 virtual void drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight,
|
/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 | 758 float srcTop, 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 | 235 virtual void drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight,
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.h | 136 virtual void drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight,
|
H A D | SkiaCanvas.cpp | 614 void SkiaCanvas::drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight, in drawBitmap() argument 618 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
|