/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 242 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 245 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 263 void SkiaRecordingCanvas::drawNinePatch(Bitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, in drawNinePatch() argument 285 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | SkiaRecordingCanvas.h | 56 float srcBottom, float dstLeft, float dstTop, float dstRight, 59 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/libs/hwui/jni/ |
D | RenderEffect.cpp | 59 jfloat dstLeft, in createBitmapEffect() argument 66 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
|
D | android_graphics_Canvas.cpp | 478 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 491 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 494 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 104 float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, in nDrawBitmap() argument 114 (int) srcRight, (int) srcBottom, (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawBitmap() 433 final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, in nDrawNinePatch() argument 447 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight, in nDrawNinePatch() 468 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop, in nDrawNinePatch() 469 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 129 float srcBottom, float dstLeft, float dstTop, float dstRight, 134 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
|
D | SkiaCanvas.cpp | 572 float srcBottom, float dstLeft, float dstTop, float dstRight, in drawBitmap() argument 576 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 686 void SkiaCanvas::drawNinePatch(Bitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, in drawNinePatch() argument 708 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 227 float srcBottom, float dstLeft, float dstTop, float dstRight, 231 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 931 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local 932 dstLeft = mTilesDecoded % mGridCols * crop_width; in onOutputReceived() 934 dstRight = dstLeft + crop_width - 1; in onOutputReceived() 940 crop_right = crop_left + mWidth - dstLeft - 1; in onOutputReceived() 957 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderEffect.java | 316 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
|
D | BaseRecordingCanvas.java | 629 float dstLeft, float dstTop, float dstRight, float dstBottom, in nDrawBitmap() argument 701 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|
D | BaseCanvas.java | 736 float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, in nDrawBitmap() argument 790 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|