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.cpp502 float dstRight, float dstBottom, const SkPaint* paint) {
506 && (srcBottom - srcTop == dstBottom - dstTop)
515 Rect(dstLeft, dstTop, dstRight, dstBottom),
536 float dstLeft, float dstTop, float dstRight, float dstBottom,
539 Rect(dstLeft, dstTop, dstRight, dstBottom),
500 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
535 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,
642 float dstRight, float dstBottom, const SkPaint* paint) {
644 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
746 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
747 SkRect bounds = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
640 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
745 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 121 milliseconds