Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp209 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument
213 && (srcBottom - srcTop == dstBottom - dstTop) in drawBitmap()
217 translate(dstLeft, dstTop); in drawBitmap()
226 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap()
DRenderer.h188 float srcRight, float srcBottom, float dstLeft, float dstTop,
DOpenGLRenderer.cpp2152 float dstLeft, float dstTop, float dstRight, float dstBottom,
2154 if (quickRejectSetupScissor(dstLeft, dstTop, dstRight, dstBottom)) {
2179 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop);
2190 float y = (int) floorf(dstTop + currentTransform()->getTranslateY() + 0.5f);
2193 dstBottom = y + (dstBottom - dstTop);
2196 dstTop = y;
2206 translate(dstLeft, dstTop);
2210 dstTop = 0.0f;
2217 drawAlpha8TextureMesh(dstLeft, dstTop, dstRight, dstBottom,
2222 drawTextureMesh(dstLeft, dstTop, dstRight, dstBottom,
DDisplayListRenderer.h114 float srcRight, float srcBottom, float dstLeft, float dstTop,
DOpenGLRenderer.h165 float srcRight, float srcBottom, float dstLeft, float dstTop,
DDisplayListOp.h756 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) in DrawBitmapRectOp() argument
757 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint), in DrawBitmapRectOp()
/frameworks/base/include/private/graphics/
DCanvas.h118 float srcRight, float srcBottom, float dstLeft, float dstTop,
/frameworks/base/core/jni/android/graphics/
DSkiaCanvas.cpp114 float srcRight, float srcBottom, float dstLeft, float dstTop,
569 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument
572 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp356 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument
369 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect()
372 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
Dandroid_view_GLES20Canvas.cpp366 float dstLeft, float dstTop, float dstRight, float dstBottom, jlong paintPtr) { in android_view_GLES20Canvas_drawBitmapRect() argument
372 dstLeft, dstTop, dstRight, dstBottom, paint); in android_view_GLES20Canvas_drawBitmapRect()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java744 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument
754 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom); in native_drawBitmap()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java2058 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument