Home
last modified time | relevance | path

Searched refs:dstRight (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp232 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument
235 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
254 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
275 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
DSkiaRecordingCanvas.h56 float srcBottom, float dstLeft, float dstTop, float dstRight,
59 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp61 jfloat dstRight, in createBitmapEffect() argument
66 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
Dandroid_graphics_Canvas.cpp510 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument
523 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect()
526 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
/frameworks/base/libs/hwui/hwui/
DCanvas.h233 float srcBottom, float dstLeft, float dstTop, float dstRight,
238 float dstTop, float dstRight, float dstBottom,
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp985 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local
988 dstRight = dstLeft + crop_width - 1; in onOutputReceived()
993 if (dstRight >= mWidth) { in onOutputReceived()
995 dstRight = mWidth - 1; in onOutputReceived()
1011 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
/frameworks/base/libs/hwui/
DSkiaCanvas.h134 float srcBottom, float dstLeft, float dstTop, float dstRight,
140 float dstTop, float dstRight, float dstBottom,
DSkiaCanvas.cpp586 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument
590 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
695 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
716 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
/frameworks/base/graphics/java/android/graphics/
DRenderEffect.java332 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
DBaseRecordingCanvas.java629 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument
701 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
DBaseCanvas.java739 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument
793 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument