Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp183 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()
DSkiaRecordingCanvas.h53 float srcRight, float srcBottom, float dstLeft, float dstTop,
56 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/layoutlib/bridge/src/android/graphics/
DBaseCanvas_Delegate.java97 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/
DRecordingCanvas.cpp498 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()
DSkiaCanvas.h131 float srcRight, float srcBottom, float dstLeft, float dstTop,
136 float dstLeft, float dstTop, float dstRight, float dstBottom,
DSkiaCanvas.cpp543 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()
DRecordingCanvas.h180 float srcRight, float srcBottom, float dstLeft, float dstTop,
185 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp528 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/
DCanvas.h242 float srcRight, float srcBottom, float dstLeft, float dstTop,
247 float dstLeft, float dstTop, float dstRight, float dstBottom,
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp425 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/
DRecordingCanvas.java542 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/
DBaseCanvas.java561 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