/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 198 float dstBottom, const SkPaint* paint) { 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 | 98 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) { in nDrawBitmap() argument 107 (int) dstBottom); in nDrawBitmap() 376 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument 391 (int) dstBottom); 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 503 && (srcBottom - srcTop == dstBottom - dstTop) 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 | 562 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity); 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
|