Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp268 float dstRight, float dstBottom, const SkPaint* paint) { in drawBitmap() argument
273 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap()
283 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft); in drawBitmap()
295 dstRight = srcRight - srcLeft; in drawBitmap()
300 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap()
308 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawBitmap()
324 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument
330 dstLeft, dstTop, dstRight, dstBottom, paint)); in drawNinePatch()
DRecordingCanvas.cpp484 float dstRight, float dstBottom, const SkPaint* paint) { in drawBitmap() argument
489 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap()
497 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawBitmap()
518 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument
521 Rect(dstLeft, dstTop, dstRight, dstBottom), in drawNinePatch()
DSkiaCanvas.cpp143 float dstRight, float dstBottom, const SkPaint* paint) override;
147 float dstLeft, float dstTop, float dstRight, float dstBottom,
641 float dstRight, float dstBottom, const SkPaint* paint) { in drawBitmap() argument
643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
745 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument
746 SkRect bounds = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
DDisplayListCanvas.h203 float dstRight, float dstBottom, const SkPaint* paint) override;
207 float dstLeft, float dstTop, float dstRight, float dstBottom,
DRecordingCanvas.h184 float dstRight, float dstBottom, const SkPaint* paint) override;
188 float dstLeft, float dstTop, float dstRight, float dstBottom,
DDisplayListOp.h714 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) in DrawBitmapRectOp() argument
715 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint), in DrawBitmapRectOp()
/frameworks/base/libs/hwui/hwui/
DCanvas.h204 float dstRight, float dstBottom, const SkPaint* paint) = 0;
208 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java769 final float dstRight, final float dstBottom, long nativePaintOrZero, in native_drawNinePatch() argument
783 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight, in native_drawNinePatch()
806 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in native_drawNinePatch()
838 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument
848 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom); in native_drawBitmap()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp419 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument
433 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect()
436 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java2086 long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawNinePatch() argument
2096 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap() argument