Searched refs:dstBottom (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListRenderer.cpp | 280 float dstRight, float dstBottom, SkPaint* paint) { in drawBitmap() argument 286 (srcBottom - srcTop == dstBottom - dstTop) && in drawBitmap() 295 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap()
|
D | DisplayListRenderer.h | 102 float dstRight, float dstBottom, SkPaint* paint);
|
D | OpenGLRenderer.cpp | 2322 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()
|
D | OpenGLRenderer.h | 292 float dstRight, float dstBottom, SkPaint* paint);
|
D | DisplayListOp.h | 870 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/ |
D | android_view_GLES20Canvas.cpp | 391 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()
|