/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | DrawBitmapInt.java | 49 int dstTop, in DrawBitmapInt() argument 59 this.mDstTop = dstTop; in DrawBitmapInt() 94 int dstLeft, int dstTop, int dstRight, int dstBottom, in apply() argument 103 buffer.writeInt(dstTop); in apply() 117 int dstTop = 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 104 dstTop = mFdp.ConsumeIntegralInRange<int32_t>(0, height - 1); in process() 106 dstBottom = mFdp.ConsumeIntegralInRange<int32_t>(dstTop, height - 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() 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/ |
D | RenderEffect.cpp | 61 jfloat dstTop, 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/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 89 uint32_t *dstTop = (uint32_t *)dst; in convertYUV420Planar16ToY410() local 116 *dstTop++ = 3 << 30 | ((y01 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410() 117 *dstTop++ = 3 << 30 | ((y01 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410() 118 *dstTop++ = 3 << 30 | ((y23 & 0x3FF) << 10) | uv1; in convertYUV420Planar16ToY410() 119 *dstTop++ = 3 << 30 | ((y23 >> 16) << 10) | uv1; in convertYUV420Planar16ToY410() 135 *dstTop++ = ((y01 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410() 136 *dstTop++ = ((y01 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410() 269 uint32_t *dstTop = (uint32_t *)dst; in convertYUV420Planar16ToRGBA1010102() local 305 *dstTop++ = 3 << 30 | (b << 20) | (g << 10) | r; in convertYUV420Planar16ToRGBA1010102() 314 *dstTop++ = 3 << 30 | (b << 20) | (g << 10) | r; in convertYUV420Planar16ToRGBA1010102()
|
/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, 243 float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 139 float srcBottom, float dstLeft, float dstTop, float dstRight, 145 float dstTop, float dstRight, float dstBottom,
|
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() 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/ |
D | FrameDecoder.cpp | 1040 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local 1042 dstTop = mTilesDecoded / mGridCols * crop_height; in onOutputReceived() 1044 dstBottom = dstTop + crop_height - 1; in onOutputReceived() 1053 crop_bottom = crop_top + mHeight - dstTop - 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 | 85 int dstTop, in drawBitmap() argument 96 new Rect(dstLeft, dstTop, dstRight, dstBottom), mPaint in drawBitmap()
|