Searched defs:srcBottom (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp197 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight,
201 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom);
196 drawBitmap(Bitmap& hwuiBitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java541 float srcLeft, float srcTop, float srcRight, float srcBottom,
540 nDrawBitmap(long nativeCanvas, Bitmap bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
H A DThreadedRenderer.java1036 int srcLeft, int srcTop, int srcRight, int srcBottom, Bitmap bitmap);
1035 nCopySurfaceInto(Surface surface, int srcLeft, int srcTop, int srcRight, int srcBottom, Bitmap bitmap) argument
/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java561 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight,
559 nDrawBitmap(long nativeCanvas, Bitmap bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp498 float srcRight, float srcBottom, float dstLeft, float dstTop,
502 && srcBottom == bitmap.height()
503 && (srcBottom - srcTop == dstBottom - dstTop)
516 Rect(srcLeft, srcTop, srcRight, srcBottom)));
497 drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
H A DSkiaCanvas.cpp556 float srcRight, float srcBottom, float dstLeft, float dstTop,
560 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom);
555 drawBitmap(Bitmap& hwuiBitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java97 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight,
106 (int) srcRight, (int) srcBottom, (int) dstLeft, (int) dstTop, (int) dstRight,
96 nDrawBitmap(long nativeCanvas, Bitmap bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp418 float srcLeft, float srcTop, float srcRight, float srcBottom,
431 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
434 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
417 drawBitmapRect(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, jlong paintHandle, jint screenDensity, jint bitmapDensity) argument

Completed in 101 milliseconds