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

/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp342 float srcLeft, float srcTop, float srcRight, float srcBottom,
347 renderer->drawBitmap(bitmap, srcLeft, srcTop, srcRight, srcBottom,
340 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.cpp1603 float srcRight, float srcBottom, float dstLeft, float dstTop,
1608 addBounds(srcLeft, srcTop, srcRight, srcBottom);
1602 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.cpp1806 float srcLeft, float srcTop, float srcRight, float srcBottom,
1823 const float u2 = fmin(1.0f, srcRight / width);
1841 if (srcRight - srcLeft != dstRight - dstLeft || srcBottom - srcTop != dstBottom - dstTop) {
1805 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.java842 float srcLeft, float srcTop, float srcRight, float srcBottom,
841 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 60 milliseconds