Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp260 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument
263 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
279 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
302 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
H A DSkiaRecordingCanvas.h61 float srcBottom, float dstLeft, float dstTop, float dstRight,
64 float dstLeft, float dstTop, float dstRight, float dstBottom,
/aosp14/frameworks/base/libs/hwui/jni/
H A DRenderEffect.cpp61 jfloat dstTop, in createBitmapEffect() argument
67 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
H A Dandroid_graphics_Canvas.cpp530 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument
543 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect()
546 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.h236 float srcBottom, float dstLeft, float dstTop, float dstRight,
241 float dstTop, float dstRight, float dstBottom,
/aosp14/frameworks/base/libs/hwui/
H A DSkiaCanvas.h137 float srcBottom, float dstLeft, float dstTop, float dstRight,
143 float dstTop, float dstRight, float dstBottom,
H A DSkiaCanvas.cpp615 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument
619 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
628 return drawRect(dstLeft, dstTop, dstRight, dstBottom, gainmapPaint); in drawBitmap()
734 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
757 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderEffect.java332 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
H A DBaseCanvas.java759 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument
813 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
H A DBaseRecordingCanvas.java635 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument
707 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument