/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | DrawBitmapInt.java | 48 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/ |
D | color_conversion_fuzzer.cpp | 102 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/ |
D | SkiaRecordingCanvas.h | 61 float srcBottom, float dstLeft, float dstTop, float dstRight, 64 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
D | SkiaRecordingCanvas.cpp | 280 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/ |
D | RenderEffect.cpp | 60 jfloat dstLeft, in createBitmapEffect() argument 67 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
|
D | android_graphics_Canvas.cpp | 558 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/ |
D | PaintContext.java | 36 int dstLeft, int dstTop, int dstRight, int dstBottom, in drawBitmap() argument
|
D | RemoteComposeBuffer.java | 169 int dstLeft, int dstTop, int dstRight, int dstBottom, in drawBitmap() argument 183 dstLeft, dstTop, dstRight, dstBottom, contentDescriptionId in drawBitmap()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 238 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/ |
D | SkiaCanvas.h | 139 float srcBottom, float dstLeft, float dstTop, float dstRight, 144 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
|
D | SkiaCanvas.cpp | 661 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/ |
D | FrameDecoder.cpp | 1040 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/ |
D | RenderEffect.java | 332 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
|
D | BaseCanvas.java | 764 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
|
D | BaseRecordingCanvas.java | 641 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/ |
D | AndroidPaintContext.java | 84 int dstLeft, in drawBitmap() argument 96 new Rect(dstLeft, dstTop, dstRight, dstBottom), mPaint in drawBitmap()
|