Searched defs:dstLeft (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.cpp | 267 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() 324 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch()
|
D | RecordingCanvas.cpp | 483 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() 518 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawNinePatch()
|
D | SkiaCanvas.cpp | 640 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() 745 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch()
|
D | DisplayListOp.h | 714 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) in DrawBitmapRectOp()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 768 long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop, in native_drawNinePatch() 838 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 2086 long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawNinePatch() 2096 float dstLeft, float dstTop, float dstRight, float dstBottom, in native_drawBitmap()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 419 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect()
|