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

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp198 float dstBottom, const SkPaint* paint) {
202 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
212 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
233 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
196 drawBitmap(Bitmap& hwuiBitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
211 drawNinePatch(Bitmap& hwuiBitmap, const Res_png_9patch& chunk, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java542 float dstLeft, float dstTop, float dstRight, float dstBottom,
598 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero,
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
597 nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java562 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity);
602 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero,
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
601 nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp499 float dstRight, float dstBottom, const SkPaint* paint) {
503 && (srcBottom - srcTop == dstBottom - dstTop)
512 Rect(dstLeft, dstTop, dstRight, dstBottom),
533 float dstLeft, float dstTop, float dstRight, float dstBottom,
536 Rect(dstLeft, dstTop, dstRight, dstBottom),
497 drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
532 drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& patch, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
H A DSkiaCanvas.cpp557 float dstRight, float dstBottom, const SkPaint* paint) {
561 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
654 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
676 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
555 drawBitmap(Bitmap& hwuiBitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
653 drawNinePatch(Bitmap& hwuiBitmap, const Res_png_9patch& chunk, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java98 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) {
107 (int) dstBottom);
376 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom,
391 (int) dstBottom);
413 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity,
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
375 nDrawNinePatch(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
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp419 float dstLeft, float dstTop, float dstRight, float dstBottom,
432 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint);
435 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

Completed in 4893 milliseconds