Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp198 float dstBottom, const SkPaint* paint) { 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.java98 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) { in nDrawBitmap() argument
107 (int) dstBottom); in nDrawBitmap()
376 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument
391 (int) dstBottom); 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
503 && (srcBottom - srcTop == dstBottom - dstTop) 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.java562 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity); 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