/frameworks/base/libs/hwui/ |
D | DisplayListRenderer.cpp | 209 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 214 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap() 217 translate(dstLeft, dstTop); in drawBitmap() 226 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap()
|
D | Renderer.h | 188 float srcRight, float srcBottom, float dstLeft, float dstTop,
|
D | OpenGLRenderer.cpp | 2152 float dstLeft, float dstTop, float dstRight, float dstBottom, 2154 if (quickRejectSetupScissor(dstLeft, dstTop, dstRight, dstBottom)) { 2178 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft); 2189 float x = (int) floorf(dstLeft + currentTransform()->getTranslateX() + 0.5f); 2192 dstRight = x + (dstRight - dstLeft); 2195 dstLeft = x; 2206 translate(dstLeft, dstTop); 2209 dstLeft = 0.0f; 2217 drawAlpha8TextureMesh(dstLeft, dstTop, dstRight, dstBottom, 2222 drawTextureMesh(dstLeft, dstTop, dstRight, dstBottom,
|
D | DisplayListRenderer.h | 114 float srcRight, float srcBottom, float dstLeft, float dstTop,
|
D | OpenGLRenderer.h | 165 float srcRight, float srcBottom, float dstLeft, float dstTop,
|
D | DisplayListOp.h | 756 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/ |
D | Canvas.h | 118 float srcRight, float srcBottom, float dstLeft, float dstTop,
|
/frameworks/base/core/jni/android/graphics/ |
D | SkiaCanvas.cpp | 114 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/ |
D | android_graphics_Canvas.cpp | 356 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()
|
D | android_view_GLES20Canvas.cpp | 366 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/ |
D | Canvas_Delegate.java | 744 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/ |
D | Canvas.java | 2058 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument
|