Home
last modified time | relevance | path

Searched refs:dstRight (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawBitmapInt.java50 int dstRight, in DrawBitmapInt() argument
60 this.mDstRight = dstRight; in DrawBitmapInt()
94 int dstLeft, int dstTop, int dstRight, int dstBottom, in apply() argument
104 buffer.writeInt(dstRight); in apply()
118 int dstRight = buffer.readInt(); in read() local
122 dstLeft, dstTop, dstRight, dstBottom, cdId); in read()
/frameworks/av/media/libstagefright/colorconversion/fuzzer/
Dcolor_conversion_fuzzer.cpp102 int32_t dstLeft, dstTop, dstRight, dstBottom; in process() local
105 dstRight = mFdp.ConsumeIntegralInRange<int32_t>(dstLeft, width - 1); in process()
114 dstRight, dstBottom); in process()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.h61 float srcBottom, float dstLeft, float dstTop, float dstRight,
64 float dstLeft, float dstTop, float dstRight, float dstBottom,
DSkiaRecordingCanvas.cpp280 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument
283 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
299 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
322 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp62 jfloat dstRight, in createBitmapEffect() argument
67 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
Dandroid_graphics_Canvas.cpp558 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument
571 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect()
574 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java36 int dstLeft, int dstTop, int dstRight, int dstBottom, in drawBitmap() argument
DRemoteComposeBuffer.java169 int dstLeft, int dstTop, int dstRight, int dstBottom, in drawBitmap() argument
183 dstLeft, dstTop, dstRight, dstBottom, contentDescriptionId in drawBitmap()
/frameworks/base/libs/hwui/hwui/
DCanvas.h238 float srcBottom, float dstLeft, float dstTop, float dstRight,
243 float dstTop, float dstRight, float dstBottom,
/frameworks/base/libs/hwui/
DSkiaCanvas.h139 float srcBottom, float dstLeft, float dstTop, float dstRight,
145 float dstTop, float dstRight, float dstBottom,
DSkiaCanvas.cpp661 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument
665 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
674 return drawRect(dstLeft, dstTop, dstRight, dstBottom, gainmapPaint); in drawBitmap()
780 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
803 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp1040 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local
1043 dstRight = dstLeft + crop_width - 1; in onOutputReceived()
1048 if (dstRight >= mWidth) { in onOutputReceived()
1050 dstRight = mWidth - 1; in onOutputReceived()
1066 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
/frameworks/base/graphics/java/android/graphics/
DRenderEffect.java332 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
DBaseCanvas.java764 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument
818 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
DBaseRecordingCanvas.java641 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument
713 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java86 int dstRight, in drawBitmap() argument
96 new Rect(dstLeft, dstTop, dstRight, dstBottom), mPaint in drawBitmap()