Searched refs:destRect (Results 1 - 12 of 12) sorted by relevance

/external/skia/tests/
H A DIndexedPngOverflowTest.cpp38 SkRect destRect = SkRect::MakeXYWH(0, 0, 20, 1); local
39 canvas->drawBitmapRect(image, destRect, nullptr);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DGlideBitmapDrawable.java20 private final Rect destRect = new Rect(); field in class:GlideBitmapDrawable
98 Gravity.apply(BitmapState.GRAVITY, width, height, getBounds(), destRect);
101 canvas.drawBitmap(state.bitmap, null, destRect, state.paint);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawable.java27 private final Rect destRect = new Rect(); field in class:GifDrawable
224 Gravity.apply(GifState.GRAVITY, getIntrinsicWidth(), getIntrinsicHeight(), getBounds(), destRect);
230 canvas.drawBitmap(toDraw, null, destRect, paint);
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1228 SVGASignedRect destRect; member in struct:__anon14301
H A Dsvga3d_reg.h1711 * specified, there is no clipping region. The entire destRect is
1714 * relative to the top-left corner of destRect.
1741 SVGASignedRect destRect; /* Supports scaling if src/rest different size */ member in struct:__anon14229
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1474 _debug_printf("\t\t.destRect.left = %i\n", (*cmd).destRect.left);
1475 _debug_printf("\t\t.destRect.top = %i\n", (*cmd).destRect.top);
1476 _debug_printf("\t\t.destRect.right = %i\n", (*cmd).destRect.right);
1477 _debug_printf("\t\t.destRect.bottom = %i\n", (*cmd).destRect.bottom);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 252 milliseconds