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

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp197 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight,
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.java561 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight,
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.cpp498 float srcRight, float srcBottom, float dstLeft, float dstTop,
503 && (srcBottom - srcTop == dstBottom - dstTop)
507 translate(dstLeft, 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.cpp556 float srcRight, float srcBottom, float dstLeft, float dstTop,
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.java97 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight,
106 (int) srcRight, (int) srcBottom, (int) dstLeft, (int) dstTop, (int) dstRight,
376 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom,
390 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight,
412 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop,
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 1571 milliseconds