Home
last modified time | relevance | path

Searched refs:dstTop (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawBitmapInt.java49 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/
Dcolor_conversion_fuzzer.cpp102 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/
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.cpp61 jfloat dstTop, 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/av/media/codec2/components/base/
DSimpleC2Component.cpp89 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/
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
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/
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.java85 int dstTop, in drawBitmap() argument
96 new Rect(dstLeft, dstTop, dstRight, dstBottom), mPaint in drawBitmap()