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

/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp339 float srcLeft, float srcTop, float srcRight, float srcBottom,
344 renderer->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
337 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/libs/hwui/
H A DDisplayListRenderer.cpp1530 float srcRight, float srcBottom, float dstLeft, float dstTop,
1535 addBounds(srcLeft, srcTop, srcRight, srcBottom);
1529 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.cpp1628 float srcLeft, float srcTop, float srcRight, float srcBottom,
1646 const float v2 = fmin(1.0f, srcBottom / height);
1663 if (srcRight - srcLeft != dstRight - dstLeft || srcBottom - srcTop != dstBottom - dstTop) {
1627 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/java/android/view/
H A DGLES20Canvas.java831 float srcLeft, float srcTop, float srcRight, float srcBottom,
830 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 235 milliseconds