Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp233 float dstBottom, const Paint* paint) { in drawBitmap() argument
235 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
254 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
275 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.cpp510 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument
523 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect()
526 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
/frameworks/base/libs/hwui/hwui/
DCanvas.h234 float dstBottom, const Paint* paint) = 0;
238 float dstTop, float dstRight, float dstBottom,
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp985 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local
989 dstBottom = dstTop + crop_height - 1; in onOutputReceived()
997 if (dstBottom >= mHeight) { in onOutputReceived()
999 dstBottom = mHeight - 1; in onOutputReceived()
1011 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
/frameworks/base/libs/hwui/
DSkiaCanvas.h135 float dstBottom, const Paint* paint) override;
140 float dstTop, float dstRight, float dstBottom,
DSkiaCanvas.cpp587 float dstBottom, const Paint* paint) { in drawBitmap() argument
590 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
695 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
716 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
/frameworks/base/graphics/java/android/graphics/
DRenderEffect.java332 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.java740 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity); in nDrawBitmap() argument
793 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument