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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp280 float dstRight, float dstBottom, SkPaint* paint) {
287 (srcRight - srcLeft == dstRight - dstLeft)) {
295 dstLeft, dstTop, dstRight, dstBottom, paint));
278 drawBitmap(SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) argument
H A DDisplayListOp.h870 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint)
871 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
869 DrawBitmapRectOp(SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) argument
H A DOpenGLRenderer.cpp2322 float dstLeft, float dstTop, float dstRight, float dstBottom,
2324 if (quickReject(dstLeft, dstTop, dstRight, dstBottom)) {
2352 float scaleX = (dstRight - dstLeft) / (srcRight - srcLeft);
2366 dstRight = x + (dstRight - dstLeft);
2386 dstRight = srcRight - srcLeft;
2392 drawAlpha8TextureMesh(dstLeft, dstTop, dstRight, dstBottom,
2397 drawTextureMesh(dstLeft, dstTop, dstRight, dstBottom,
2320 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.cpp391 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) {
396 dstLeft, dstTop, dstRight, dstBottom, paint);
388 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

Completed in 74 milliseconds