Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp197 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument
202 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
212 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument
233 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
DSkiaRecordingCanvas.h54 float dstRight, float dstBottom, const SkPaint* paint) override;
56 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBaseCanvas_Delegate.java97 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument
106 (int) srcRight, (int) srcBottom, (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawBitmap()
376 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument
390 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawNinePatch()
413 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in nDrawNinePatch()
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp499 float dstRight, float dstBottom, const SkPaint* paint) { in drawBitmap() argument
504 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap()
512 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawBitmap()
533 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
536 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawNinePatch()
DSkiaCanvas.h134 float dstRight, float dstBottom, const SkPaint* paint) override;
138 float dstLeft, float dstTop, float dstRight, float dstBottom,
DSkiaCanvas.cpp557 float dstRight, float dstBottom, const SkPaint* paint) { in drawBitmap() argument
561 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
654 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument
676 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
DRecordingCanvas.h183 float dstRight, float dstBottom, const SkPaint* paint) override;
187 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/libs/hwui/hwui/
DCanvas.h242 float dstRight, float dstBottom, const SkPaint* paint) = 0;
246 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp419 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument
432 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect()
435 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
/frameworks/base/graphics/java/android/graphics/
DBaseCanvas.java561 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument
602 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
/frameworks/base/core/java/android/view/
DRecordingCanvas.java542 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument
598 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument