Searched refs:dstTop (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.cpp | 277 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 282 && (srcBottom - srcTop == dstBottom - dstTop) in drawBitmap() 286 translate(dstLeft, dstTop); in drawBitmap() 294 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop); in drawBitmap() 300 translate(dstLeft, dstTop); in drawBitmap() 304 dstTop = 0.0f; in drawBitmap() 310 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap() 318 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap()
|
D | Canvas.h | 139 float srcRight, float srcBottom, float dstLeft, float dstTop,
|
D | SkiaCanvas.cpp | 115 float srcRight, float srcBottom, float dstLeft, float dstTop, 561 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 564 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
|
D | DisplayListCanvas.h | 225 float srcRight, float srcBottom, float dstLeft, float dstTop,
|
D | DisplayListOp.h | 732 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) in DrawBitmapRectOp() argument 733 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint), in DrawBitmapRectOp()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 368 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 382 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 385 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 750 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument 760 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom); in native_drawBitmap()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 2075 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument
|