/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 212 float dstBottom, const SkPaint* paint) { in drawBitmap() argument 214 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 226 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 247 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | SkiaRecordingCanvas.h | 52 float dstBottom, const SkPaint* paint) override; 54 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 739 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local 743 dstBottom = dstTop + crop_height - 1; in onOutputReceived() 751 if (dstBottom >= mHeight) { in onOutputReceived() 753 dstBottom = mHeight - 1; in onOutputReceived() 765 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 101 float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, in nDrawBitmap() argument 111 (int) dstBottom); in nDrawBitmap() 429 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument 444 (int) dstBottom); in nDrawNinePatch() 465 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 259 float dstBottom, const SkPaint* paint) = 0; 263 float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 128 float dstBottom, const SkPaint* paint) override; 133 float dstTop, float dstRight, float dstBottom,
|
D | SkiaCanvas.cpp | 560 float dstBottom, const SkPaint* paint) { in drawBitmap() argument 562 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 656 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 677 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 476 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 489 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 492 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 670 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity); in nDrawBitmap() argument 723 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|
D | BaseRecordingCanvas.java | 587 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument 659 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|