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

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp267 float srcRight, float srcBottom, float dstLeft, float dstTop,
271 && srcBottom == bitmap.height()
272 && (srcBottom - srcTop == dstBottom - dstTop)
284 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop);
296 dstBottom = srcBottom - srcTop;
299 srcLeft, srcTop, srcRight, srcBottom,
307 srcLeft, srcTop, srcRight, srcBottom,
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
H A DRecordingCanvas.cpp483 float srcRight, float srcBottom, float dstLeft, float dstTop,
487 && srcBottom == bitmap.height()
488 && (srcBottom - srcTop == dstBottom - dstTop)
501 Rect(srcLeft, srcTop, srcRight, srcBottom)));
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
H A DDisplayListOp.h713 float srcLeft, float srcTop, float srcRight, float srcBottom,
716 mBitmap(bitmap), mSrc(srcLeft, srcTop, srcRight, srcBottom) {}
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.cpp142 float srcRight, float srcBottom, float dstLeft, float dstTop,
640 float srcRight, float srcBottom, float dstLeft, float dstTop,
642 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom);
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
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp418 float srcLeft, float srcTop, float srcRight, float srcBottom,
432 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
435 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
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java837 float srcLeft, float srcTop, float srcRight, float srcBottom,
847 (int)srcLeft, (int)srcTop, (int)srcRight, (int)srcBottom,
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.java2095 float srcLeft, float srcTop, float srcRight, float srcBottom,
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 93 milliseconds