/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 233 float dstBottom, const Paint* paint) { in drawBitmap() argument 235 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 254 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 275 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
D | SkiaRecordingCanvas.h | 57 float dstBottom, const Paint* paint) override; 59 float dstLeft, float dstTop, float dstRight, float dstBottom,
|
/frameworks/base/libs/hwui/jni/ |
D | RenderEffect.cpp | 62 jfloat dstBottom in createBitmapEffect() argument 66 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
|
D | android_graphics_Canvas.cpp | 510 float dstLeft, float dstTop, float dstRight, float dstBottom, in drawBitmapRect() argument 523 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint); in drawBitmapRect() 526 dstLeft, dstTop, dstRight, dstBottom, paint); in drawBitmapRect()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 234 float dstBottom, const Paint* paint) = 0; 238 float dstTop, float dstRight, float dstBottom,
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 985 int32_t dstLeft, dstTop, dstRight, dstBottom; in onOutputReceived() local 989 dstBottom = dstTop + crop_height - 1; in onOutputReceived() 997 if (dstBottom >= mHeight) { in onOutputReceived() 999 dstBottom = mHeight - 1; in onOutputReceived() 1011 dstLeft, dstTop, dstRight, dstBottom); in onOutputReceived()
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 135 float dstBottom, const Paint* paint) override; 140 float dstTop, float dstRight, float dstBottom,
|
D | SkiaCanvas.cpp | 587 float dstBottom, const Paint* paint) { in drawBitmap() argument 590 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() 695 float dstTop, float dstRight, float dstBottom, in drawNinePatch() argument 716 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderEffect.java | 332 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 | 740 float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity); in nDrawBitmap() argument 793 float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, in nDrawNinePatch() argument
|