/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 243 float dstBottom, const Paint* paint) { in drawBitmap() argument 245 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 264 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 285 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | SkiaRecordingCanvas.h | 57 float dstBottom, const Paint* paint) override; 59 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/libs/hwui/jni/ |
D | RenderEffect.cpp | 62 jfloat dstBottom in createBitmapEffect() argument 66 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
|
D | android_graphics_Canvas.cpp | 478 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 491 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 494 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 105 float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, in nDrawBitmap() argument 115 (int) dstBottom); in nDrawBitmap() 433 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument 448 (int) dstBottom); in nDrawNinePatch() 469 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 130 float dstBottom, const Paint* paint) override; 135 float dstTop, float dstRight, float dstBottom,
|
D | SkiaCanvas.cpp | 573 float dstBottom, const Paint* paint) { in drawBitmap() argument 576 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 687 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 708 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 228 float dstBottom, const Paint* paint) = 0; 232 float dstTop, float dstRight, float dstBottom,
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 931 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local 935 dstBottom = dstTop + crop_height - 1; in onOutputReceived() 943 if (dstBottom >= mHeight) { in onOutputReceived() 945 dstBottom = mHeight - 1; in onOutputReceived() 957 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderEffect.java | 316 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
|
D | BaseRecordingCanvas.java | 629 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument 701 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|
D | BaseCanvas.java | 737 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity); in nDrawBitmap() argument 790 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|