/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 183 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 186 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 197 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument 215 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | SkiaRecordingCanvas.h | 53 float srcRight, float srcBottom, float dstLeft, float dstTop, 56 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 97 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() 411 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop, in nDrawNinePatch() 412 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 498 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 504 && (srcRight - srcLeft == dstRight - dstLeft)) { in drawBitmap() 507 translate(dstLeft, 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()
|
D | SkiaCanvas.h | 131 float srcRight, float srcBottom, float dstLeft, float dstTop, 136 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
D | SkiaCanvas.cpp | 543 float srcRight, float srcBottom, float dstLeft, float dstTop, in drawBitmap() argument 546 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 637 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) { in drawNinePatch() argument 656 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | RecordingCanvas.h | 180 float srcRight, float srcBottom, float dstLeft, float dstTop, 185 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 528 int32_t dstLeft, dstTop, dstRight, dstBottom; in extractVideoFrame() local 530 dstLeft = crop_left; in extractVideoFrame() 535 dstLeft = tilesDecoded % gridCols * width; in extractVideoFrame() 537 dstRight = dstLeft + width - 1; in extractVideoFrame() 552 dstLeft, dstTop, dstRight, dstBottom); in extractVideoFrame()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 242 float srcRight, float srcBottom, float dstLeft, float dstTop, 247 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 425 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 438 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 441 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/base/core/java/android/view/ |
D | RecordingCanvas.java | 542 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
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 561 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
|