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

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp277 float srcRight, float srcBottom, float dstLeft, float dstTop,
282 && (srcBottom - srcTop == dstBottom - dstTop)
286 translate(dstLeft, dstTop);
294 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop);
300 translate(dstLeft, dstTop);
304 dstTop = 0.0f;
310 dstLeft, dstTop, dstRight, dstBottom, paint));
318 dstLeft, dstTop, dstRight, dstBottom, paint));
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,
564 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
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.h732 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint)
733 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
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.cpp368 float dstLeft, float dstTop, float dstRight, float dstBottom,
382 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint);
385 dstLeft, dstTop, dstRight, dstBottom, paint);
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.java2075 float dstLeft, float dstTop, float dstRight, float dstBottom,
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.java750 float dstLeft, float dstTop, float dstRight, float dstBottom,
760 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom);
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 154 milliseconds