Searched defs:dstLeft (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp267 float srcRight, float srcBottom, float dstLeft, float dstTop,
273 && (srcRight - srcLeft == dstRight - dstLeft)) {
276 translate(dstLeft, dstTop);
283 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft);
290 translate(dstLeft, dstTop);
293 dstLeft = 0.0f;
300 dstLeft, dstTop, dstRight, dstBottom, paint));
308 dstLeft, dstTop, dstRight, dstBottom, paint));
324 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
330 dstLeft, dstTo
266 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
323 drawNinePatch(const SkBitmap& bitmap, const Res_png_9patch& patch, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
[all...]
H A DRecordingCanvas.cpp483 float srcRight, float srcBottom, float dstLeft, float dstTop,
489 && (srcRight - srcLeft == dstRight - dstLeft)) {
492 translate(dstLeft, dstTop);
497 Rect(dstLeft, dstTop, dstRight, dstBottom),
518 float dstLeft, float dstTop, float dstRight, float dstBottom,
521 Rect(dstLeft, dstTop, dstRight, dstBottom),
482 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
517 drawNinePatch(const SkBitmap& bitmap, const android::Res_png_9patch& patch, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
H A DDisplayListOp.h714 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint)
715 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
712 DrawBitmapRectOp(const SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
H A DSkiaCanvas.cpp142 float srcRight, float srcBottom, float dstLeft, float dstTop,
147 float dstLeft, float dstTop, float dstRight, float dstBottom,
640 float srcRight, float srcBottom, float dstLeft, float dstTop,
643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
745 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
746 SkRect bounds = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
639 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
744 drawNinePatch(const SkBitmap& bitmap, const Res_png_9patch& chunk, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp419 float dstLeft, float dstTop, float dstRight, float dstBottom,
433 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint);
436 dstLeft, dstTop, dstRight, dstBottom, paint);
417 drawBitmapRect(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, jlong paintHandle, jint screenDensity, jint bitmapDensity) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java768 long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop,
783 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight,
805 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop,
806 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity,
838 float dstLeft, float dstTop, float dstRight, float dstBottom,
848 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom);
767 native_drawNinePatch(Canvas thisCanvas, long nativeCanvas, long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop, final float dstRight, final float dstBottom, long nativePaintOrZero, final int screenDensity, final int bitmapDensity) argument
836 native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java2086 long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom,
2096 float dstLeft, float dstTop, float dstRight, float dstBottom,
2085 native_drawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument
2094 native_drawBitmap(long nativeCanvas, Bitmap bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity) argument

Completed in 562 milliseconds