Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawBitmapInt.java48 int dstLeft, in DrawBitmapInt() argument
58 this.mDstLeft = dstLeft; in DrawBitmapInt()
94 int dstLeft, int dstTop, int dstRight, int dstBottom, in apply() argument
102 buffer.writeInt(dstLeft); in apply()
116 int dstLeft = 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
103 dstLeft = mFdp.ConsumeIntegralInRange<int32_t>(0, width - 1); in process()
105 dstRight = mFdp.ConsumeIntegralInRange<int32_t>(dstLeft, width - 1); in process()
113 srcBottom, dstFrame.data(), width, height, stride, dstLeft, dstTop, 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()
298 void SkiaRecordingCanvas::drawNinePatch(Bitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, in drawNinePatch() argument
322 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp60 jfloat dstLeft, 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,
242 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
/frameworks/base/libs/hwui/
DSkiaCanvas.h139 float srcBottom, float dstLeft, float dstTop, float dstRight,
144 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
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()
779 void SkiaCanvas::drawNinePatch(Bitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, 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
1041 dstLeft = mTilesDecoded % mGridCols * crop_width; in onOutputReceived()
1043 dstRight = dstLeft + crop_width - 1; in onOutputReceived()
1049 crop_right = crop_left + mWidth - dstLeft - 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.java84 int dstLeft, in drawBitmap() argument
96 new Rect(dstLeft, dstTop, dstRight, dstBottom), mPaint in drawBitmap()