Home
last modified time | relevance | path

Searched refs:dstBottom (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp280 float dstRight, float dstBottom, SkPaint* paint) { in drawBitmap() argument
286 (srcBottom - srcTop == dstBottom - dstTop) && in drawBitmap()
295 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap()
DDisplayListRenderer.h102 float dstRight, float dstBottom, SkPaint* paint);
DOpenGLRenderer.cpp2322 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmap() argument
2324 if (quickReject(dstLeft, dstTop, dstRight, dstBottom)) { in drawBitmap()
2353 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop); in drawBitmap()
2367 dstBottom = y + (dstBottom - dstTop); in drawBitmap()
2387 dstBottom = srcBottom - srcTop; in drawBitmap()
2392 drawAlpha8TextureMesh(dstLeft, dstTop, dstRight, dstBottom, in drawBitmap()
2397 drawTextureMesh(dstLeft, dstTop, dstRight, dstBottom, in drawBitmap()
DOpenGLRenderer.h292 float dstRight, float dstBottom, SkPaint* paint);
DDisplayListOp.h870 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) in DrawBitmapRectOp() argument
871 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint), in DrawBitmapRectOp()
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp391 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) { in android_view_GLES20Canvas_drawBitmapRect() argument
396 dstLeft, dstTop, dstRight, dstBottom, paint); in android_view_GLES20Canvas_drawBitmapRect()