/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.cpp | 267 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 273 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap() 276 translate(dstLeft, dstTop); in drawBitmap() 283 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft); in drawBitmap() 290 translate(dstLeft, dstTop); in drawBitmap() 293 dstLeft = 0.0f; in drawBitmap() 300 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap() 308 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap() 324 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument 330 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawNinePatch()
|
D | RecordingCanvas.cpp | 483 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 489 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap() 492 translate(dstLeft, dstTop); in drawBitmap() 497 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawBitmap() 518 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 521 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawNinePatch()
|
D | SkiaCanvas.cpp | 142 float srcRight, float srcBottom, float dstLeft, float dstTop, 147 float dstLeft, float dstTop, float dstRight, float dstBottom, 640 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 745 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument 746 SkRect bounds = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | DisplayListCanvas.h | 202 float srcRight, float srcBottom, float dstLeft, float dstTop, 207 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
D | RecordingCanvas.h | 183 float srcRight, float srcBottom, float dstLeft, float dstTop, 188 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
D | DisplayListOp.h | 714 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) in DrawBitmapRectOp() argument 715 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint), in DrawBitmapRectOp()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 203 float srcRight, float srcBottom, float dstLeft, float dstTop, 208 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 768 long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop, in native_drawNinePatch() argument 783 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight, in native_drawNinePatch() 805 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop, in native_drawNinePatch() 806 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in native_drawNinePatch() 838 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument 848 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom); in native_drawBitmap()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 419 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 433 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 436 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 2086 long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawNinePatch() argument 2096 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument
|