/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 211 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 214 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 225 void SkiaRecordingCanvas::drawNinePatch(Bitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, in drawNinePatch() argument 247 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | SkiaRecordingCanvas.h | 51 float srcBottom, float dstLeft, float dstTop, float dstRight, 54 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 728 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local 729 dstLeft = mTilesDecoded % mGridCols * width; in onOutputReceived() 731 dstRight = dstLeft + width - 1; in onOutputReceived() 744 crop_right = mWidth - dstLeft - 1; in onOutputReceived() 745 dstRight = dstLeft + crop_right; in onOutputReceived() 761 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 100 float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, in nDrawBitmap() argument 110 (int) srcRight, (int) srcBottom, (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawBitmap() 429 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument 443 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawNinePatch() 464 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop, in nDrawNinePatch() 465 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 258 float srcBottom, float dstLeft, float dstTop, float dstRight, 262 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 127 float srcBottom, float dstLeft, float dstTop, float dstRight, 132 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
|
D | SkiaCanvas.cpp | 559 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 562 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 655 void SkiaCanvas::drawNinePatch(Bitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, in drawNinePatch() argument 677 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 476 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 489 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 492 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 669 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument 723 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|
D | BaseRecordingCanvas.java | 587 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument 659 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|