Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp267 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument
273 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap()
276 translate(dstLeft, dstTop); in drawBitmap()
283 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft); in drawBitmap()
290 translate(dstLeft, dstTop); in drawBitmap()
293 dstLeft = 0.0f; 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.cpp483 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument
489 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap()
492 translate(dstLeft, dstTop); 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.cpp142 float srcRight, float srcBottom, float dstLeft, float dstTop,
147 float dstLeft, float dstTop, float dstRight, float dstBottom,
640 float srcRight, float srcBottom, float dstLeft, float dstTop, 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.h202 float srcRight, float srcBottom, float dstLeft, float dstTop,
207 float dstLeft, float dstTop, float dstRight, float dstBottom,
DRecordingCanvas.h183 float srcRight, float srcBottom, float dstLeft, float dstTop,
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.h203 float srcRight, float srcBottom, float dstLeft, float dstTop,
208 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java768 long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop, in native_drawNinePatch() argument
783 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight, in native_drawNinePatch()
805 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop, 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