Searched defs:dstBottom (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp268 float dstRight, float dstBottom, const SkPaint* paint) {
272 && (srcBottom - srcTop == dstBottom - dstTop)
284 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop);
296 dstBottom = srcBottom - srcTop;
300 dstLeft, dstTop, dstRight, dstBottom, paint));
308 dstLeft, dstTop, dstRight, dstBottom, paint));
324 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
330 dstLeft, dstTop, dstRight, dstBottom, paint));
266 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
323 drawNinePatch(const SkBitmap& bitmap, const Res_png_9patch& patch, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
H A DRecordingCanvas.cpp484 float dstRight, float dstBottom, const SkPaint* paint) {
488 && (srcBottom - srcTop == dstBottom - dstTop)
497 Rect(dstLeft, dstTop, dstRight, dstBottom),
518 float dstLeft, float dstTop, float dstRight, float dstBottom,
521 Rect(dstLeft, dstTop, dstRight, dstBottom),
482 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
517 drawNinePatch(const SkBitmap& bitmap, const android::Res_png_9patch& patch, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
H A DDisplayListOp.h714 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint)
715 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
712 DrawBitmapRectOp(const SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
H A DSkiaCanvas.cpp143 float dstRight, float dstBottom, const SkPaint* paint) override;
147 float dstLeft, float dstTop, float dstRight, float dstBottom,
641 float dstRight, float dstBottom, const SkPaint* paint) {
643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
745 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
746 SkRect bounds = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
639 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
744 drawNinePatch(const SkBitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp419 float dstLeft, float dstTop, float dstRight, float dstBottom,
433 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint);
436 dstLeft, dstTop, dstRight, dstBottom, paint);
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
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java769 final float dstRight, final float dstBottom, long nativePaintOrZero,
784 (int) dstBottom);
806 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity,
838 float dstLeft, float dstTop, float dstRight, float dstBottom,
848 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom);
767 native_drawNinePatch(Canvas thisCanvas, long nativeCanvas, long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, long nativePaintOrZero, final int screenDensity, final int bitmapDensity) argument
836 native_drawBitmap(Canvas thisCanvas, 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/graphics/java/android/graphics/
H A DCanvas.java2086 long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom,
2096 float dstLeft, float dstTop, float dstRight, float dstBottom,
2085 native_drawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
2094 native_drawBitmap(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

Completed in 893 milliseconds