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

/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp343 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) {
348 dstLeft, dstTop, dstRight, dstBottom, paint);
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.cpp1604 float dstRight, float dstBottom, SkPaint* paint) {
1605 const bool reject = quickRejectNoScissor(dstLeft, dstTop, dstRight, dstBottom);
1609 addBounds(dstLeft, dstTop, dstRight, dstBottom);
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.cpp1807 float dstLeft, float dstTop, float dstRight, float dstBottom,
1809 if (quickReject(dstLeft, dstTop, dstRight, dstBottom)) {
1841 if (srcRight - srcLeft != dstRight - dstLeft || srcBottom - srcTop != dstBottom - dstTop) {
1846 drawTextureMesh(x, y, x + (dstRight - dstLeft), y + (dstBottom - dstTop),
1852 drawTextureMesh(dstLeft, dstTop, dstRight, dstBottom, texture->id, alpha / 255.0f,
1805 drawBitmap(SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) argument

Completed in 100 milliseconds