Home
last modified time | relevance | path

Searched refs:dstTop (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp277 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()
DCanvas.h139 float srcRight, float srcBottom, float dstLeft, float dstTop,
DSkiaCanvas.cpp115 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()
DDisplayListCanvas.h225 float srcRight, float srcBottom, float dstLeft, float dstTop,
DDisplayListOp.h732 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/
Dandroid_graphics_Canvas.cpp368 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/
DCanvas_Delegate.java750 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/
DCanvas.java2075 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument