Home
last modified time | relevance | path

Searched refs:dstBottom (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp243 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()
DSkiaRecordingCanvas.h57 float dstBottom, const Paint* paint) override;
59 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp62 jfloat dstBottom in createBitmapEffect() argument
66 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
Dandroid_graphics_Canvas.cpp478 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/
DBaseCanvas_Delegate.java105 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/
DSkiaCanvas.h130 float dstBottom, const Paint* paint) override;
135 float dstTop, float dstRight, float dstBottom,
DSkiaCanvas.cpp573 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/
DCanvas.h228 float dstBottom, const Paint* paint) = 0;
232 float dstTop, float dstRight, float dstBottom,
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp931 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/
DRenderEffect.java316 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
DBaseRecordingCanvas.java629 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
DBaseCanvas.java737 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