Home
last modified time | relevance | path

Searched refs:srcLeft (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/fuzzer/
Dcolor_conversion_fuzzer.cpp92 int32_t srcLeft, srcTop, srcRight, srcBottom, width, height, stride; in process() local
97 srcLeft = mFdp.ConsumeIntegralInRange<int32_t>(0, width - 1); in process()
99 srcRight = mFdp.ConsumeIntegralInRange<int32_t>(srcLeft, width - 1); in process()
112 converter->convert(srcFrame.data(), width, height, stride, srcLeft, srcTop, srcRight, in process()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawBitmapInt.java49 int srcLeft, in DrawBitmapInt() argument
59 this.mSrcLeft = srcLeft; in DrawBitmapInt()
153 int srcLeft, in apply() argument
164 buffer.writeInt(srcLeft); in apply()
DDrawBitmapScaled.java66 float srcLeft, in DrawBitmapScaled() argument
78 mOutSrcLeft = mSrcLeft = srcLeft; in DrawBitmapScaled()
241 float srcLeft, in apply() argument
255 buffer.writeFloat(srcLeft); in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/
DImageScaling.java55 float srcLeft, in ImageScaling() argument
66 mSrcLeft = srcLeft; in ImageScaling()
94 float srcLeft, in setup() argument
105 mSrcLeft = srcLeft; in setup()
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp56 jfloat srcLeft, in createBitmapEffect() argument
66 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in createBitmapEffect()
Dandroid_graphics_Canvas.cpp557 float srcLeft, float srcTop, float srcRight, float srcBottom, in drawBitmapRect() argument
570 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom, in drawBitmapRect()
573 canvas->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom, in drawBitmapRect()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.h60 virtual void drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight,
DSkiaRecordingCanvas.cpp279 void SkiaRecordingCanvas::drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight, in drawBitmap() argument
282 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java94 int srcLeft, in drawBitmap() argument
DRemoteComposeBuffer.java284 int srcLeft, in drawBitmap() argument
301 srcLeft, in drawBitmap()
509 float srcLeft, in drawScaledBitmap() argument
528 srcLeft, in drawScaledBitmap()
599 float srcLeft, in drawScaledBitmap() argument
617 srcLeft, in drawScaledBitmap()
/frameworks/base/graphics/java/android/graphics/
DRenderEffect.java332 long bitmapHandle, float srcLeft, float srcTop, float srcRight, float srcBottom, in nativeCreateBitmapEffect() argument
DHardwareRenderer.java1622 int srcLeft, int srcTop, int srcRight, int srcBottom, CopyRequest request); in nCopySurfaceInto() argument
DBaseRecordingCanvas.java641 float srcLeft, float srcTop, float srcRight, float srcBottom, in nDrawBitmap() argument
DBaseCanvas.java763 private static native void nDrawBitmap(long nativeCanvas, long bitmapHandle, float srcLeft, in nDrawBitmap() argument
/frameworks/base/libs/hwui/hwui/
DCanvas.h235 virtual void drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight,
/frameworks/base/libs/hwui/
DSkiaCanvas.h138 virtual void drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight,
DSkiaCanvas.cpp658 void SkiaCanvas::drawBitmap(Bitmap& bitmap, float srcLeft, float srcTop, float srcRight, in drawBitmap() argument
662 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java116 int srcLeft, in drawBitmap() argument
130 new Rect(srcLeft, srcTop, srcRight, srcBottom), in drawBitmap()