Searched defs:dstRight (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp210 float dstRight, float dstBottom, const SkPaint* paint) {
214 && (srcRight - srcLeft == dstRight - dstLeft)) {
226 dstLeft, dstTop, dstRight, dstBottom, paint));
208 drawBitmap(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 DDisplayListOp.h756 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint)
757 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
754 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 DOpenGLRenderer.cpp2152 float dstLeft, float dstTop, float dstRight, float dstBottom,
2154 if (quickRejectSetupScissor(dstLeft, dstTop, dstRight, dstBottom)) {
2178 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft);
2192 dstRight = x + (dstRight - dstLeft);
2212 dstRight = srcRight - srcLeft;
2217 drawAlpha8TextureMesh(dstLeft, dstTop, dstRight, dstBottom,
2222 drawTextureMesh(dstLeft, dstTop, dstRight, dstBottom,
2150 drawBitmap(const SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp115 float dstRight, float dstBottom, const SkPaint* paint);
570 float dstRight, float dstBottom, const SkPaint* paint) {
572 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
568 drawBitmap(const SkBitmap& bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp356 float dstLeft, float dstTop, float dstRight, float dstBottom,
369 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint);
372 dstLeft, dstTop, dstRight, dstBottom, paint);
354 drawBitmapRect(JNIEnv* env, jobject, jlong canvasHandle, jlong bitmapHandle, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, jlong paintHandle, jint screenDensity, jint bitmapDensity) argument
H A Dandroid_view_GLES20Canvas.cpp366 float dstLeft, float dstTop, float dstRight, float dstBottom, jlong paintPtr) {
372 dstLeft, dstTop, dstRight, dstBottom, paint);
363 android_view_GLES20Canvas_drawBitmapRect(JNIEnv* env, jobject clazz, jlong rendererPtr, jlong bitmapPtr, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, jlong paintPtr) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java744 float dstLeft, float dstTop, float dstRight, float dstBottom,
754 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom);
742 native_drawBitmap(Canvas thisCanvas, long nativeCanvas, long 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.java2058 float dstLeft, float dstTop, float dstRight, float dstBottom,
2056 native_drawBitmap(long nativeCanvas, long nativeBitmap, 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 126 milliseconds