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

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp277 float srcRight, float srcBottom, float dstLeft, float dstTop,
280 && srcRight == bitmap.width()
283 && (srcRight - srcLeft == dstRight - dstLeft)) {
293 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft);
305 dstRight = srcRight - srcLeft;
309 srcLeft, srcTop, srcRight, srcBottom,
317 srcLeft, srcTop, srcRight, srcBottom,
276 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 DSkiaCanvas.cpp115 float srcRight, float srcBottom, float dstLeft, float dstTop,
561 float srcRight, float srcBottom, float dstLeft, float dstTop,
563 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom);
560 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.h731 float srcLeft, float srcTop, float srcRight, float srcBottom,
734 mBitmap(bitmap), mSrc(srcLeft, srcTop, srcRight, srcBottom) {}
730 DrawBitmapRectOp(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.cpp367 float srcLeft, float srcTop, float srcRight, float srcBottom,
381 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
384 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
366 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/graphics/java/android/graphics/
H A DCanvas.java2074 float srcLeft, float srcTop, float srcRight, float srcBottom,
2073 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
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java749 float srcLeft, float srcTop, float srcRight, float srcBottom,
759 (int)srcLeft, (int)srcTop, (int)srcRight, (int)srcBottom,
748 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

Completed in 365 milliseconds