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

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp267 float srcRight, float srcBottom, float dstLeft, float dstTop,
270 && srcRight == bitmap.width()
273 && (srcRight - srcLeft == dstRight - dstLeft)) {
283 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft);
295 dstRight = srcRight - srcLeft;
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.cpp501 float srcRight, float srcBottom, float dstLeft, float dstTop,
504 && srcRight == bitmap.width()
507 && (srcRight - srcLeft == dstRight - dstLeft)) {
519 Rect(srcLeft, srcTop, srcRight, srcBottom)));
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
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,
641 float srcRight, float srcBottom, float dstLeft, float dstTop,
643 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom);
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
/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 85 milliseconds