/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 197 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 202 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 212 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument 233 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | SkiaRecordingCanvas.h | 54 float dstRight, float dstBottom, const SkPaint* paint) override; 56 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 97 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument 106 (int) srcRight, (int) srcBottom, (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawBitmap() 376 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument 390 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawNinePatch() 413 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 499 float dstRight, float dstBottom, const SkPaint* paint) { in drawBitmap() argument 504 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap() 512 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawBitmap() 533 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 536 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawNinePatch()
|
D | SkiaCanvas.h | 134 float dstRight, float dstBottom, const SkPaint* paint) override; 138 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
D | SkiaCanvas.cpp | 557 float dstRight, float dstBottom, const SkPaint* paint) { in drawBitmap() argument 561 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 654 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument 676 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | RecordingCanvas.h | 183 float dstRight, float dstBottom, const SkPaint* paint) override; 187 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 242 float dstRight, float dstBottom, const SkPaint* paint) = 0; 246 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 419 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 432 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 435 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 561 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument 602 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|
/frameworks/base/core/java/android/view/ |
D | RecordingCanvas.java | 542 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument 598 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|