Home
last modified time | relevance | path

Searched refs:dstLeft (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp242 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()
DSkiaRecordingCanvas.h56 float srcBottom, float dstLeft, float dstTop, float dstRight,
59 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp59 jfloat dstLeft, in createBitmapEffect() argument
66 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in createBitmapEffect()
Dandroid_graphics_Canvas.cpp478 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/
DBaseCanvas_Delegate.java104 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/
DSkiaCanvas.h129 float srcBottom, float dstLeft, float dstTop, float dstRight,
134 virtual void drawNinePatch(Bitmap& bitmap, const android::Res_png_9patch& chunk, float dstLeft,
DSkiaCanvas.cpp572 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/
DCanvas.h227 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/
DFrameDecoder.cpp931 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/
DRenderEffect.java316 float dstLeft, float dstTop, float dstRight, float dstBottom); in nativeCreateBitmapEffect() argument
DBaseRecordingCanvas.java629 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
DBaseCanvas.java736 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