Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A 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()
H A DSkiaRecordingCanvas.h57 float dstBottom, const Paint* paint) override;
59 float dstLeft, float dstTop, float dstRight, float dstBottom,
/aosp12/frameworks/base/libs/hwui/jni/
H A DRenderEffect.cpp62 jfloat dstBottom in createBitmapEffect() argument
66 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
H A 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()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A 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()
/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp948 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local
952 dstBottom = dstTop + crop_height - 1; in onOutputReceived()
960 if (dstBottom >= mHeight) { in onOutputReceived()
962 dstBottom = mHeight - 1; in onOutputReceived()
974 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
/aosp12/frameworks/base/libs/hwui/
H A DSkiaCanvas.h130 float dstBottom, const Paint* paint) override;
135 float dstTop, float dstRight, float dstBottom,
H A 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()
/aosp12/frameworks/base/libs/hwui/hwui/
H A DCanvas.h228 float dstBottom, const Paint* paint) = 0;
232 float dstTop, float dstRight, float dstBottom,
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderEffect.java316 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
H A 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
H A 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