Home
last modified time | relevance | path

Searched defs:dstRight (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp242 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap()
264 float dstTop, float dstRight, float dstBottom, in drawNinePatch()
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp61 jfloat dstRight, in createBitmapEffect()
Dandroid_graphics_Canvas.cpp478 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect()
/frameworks/base/graphics/java/android/graphics/
DRenderEffect.java316 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect()
DBaseRecordingCanvas.java629 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap()
701 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch()
DBaseCanvas.java736 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap()
790 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch()
/frameworks/layoutlib/bridge/src/android/graphics/
DBaseCanvas_Delegate.java105 float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, in nDrawBitmap()
433 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch()
/frameworks/base/libs/hwui/
DSkiaCanvas.cpp572 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap()
687 float dstTop, float dstRight, float dstBottom, in drawNinePatch()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp931 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local