Searched defs:srcRight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp1099 float srcRight, float srcBottom, float dstLeft, float dstTop,
1103 addBounds(srcLeft, srcTop, srcRight, srcBottom);
1098 drawBitmap(SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) argument
H A DOpenGLRenderer.cpp1473 float srcLeft, float srcTop, float srcRight, float srcBottom,
1491 const float u2 = fmin(1.0f, srcRight / width);
1507 if (srcRight - srcLeft != dstRight - dstLeft || srcBottom - srcTop != dstBottom - dstTop) {
1472 drawBitmap(SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) argument
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp344 float srcLeft, float srcTop, float srcRight, float srcBottom,
349 renderer->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
342 android_view_GLES20Canvas_drawBitmapRect(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, SkBitmap* bitmap, jbyteArray buffer, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) argument
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java759 float srcLeft, float srcTop, float srcRight, float srcBottom,
758 nDrawBitmap(int renderer, int bitmap, byte[] buffer, float srcLeft, float srcTop, float srcRight, float srcBottom, float left, float top, float right, float bottom, int paint) argument

Completed in 121 milliseconds