HomeSort by relevance Sort by last modified time
    Searched defs:mapRect (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/skia/src/core/
SkDeviceLooper.cpp 41 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
SkMatrix.cpp     [all...]
  /external/skqp/src/core/
SkDeviceLooper.cpp 41 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
SkMatrix.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
CameraCoordinateTransformer.java 60 mCameraToPreviewTransform.mapRect(result, source);
73 mPreviewToCameraTransform.mapRect(result, source);
  /frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java 86 public static Rect mapRect(Matrix transform, Rect rect) {
91 transform.mapRect(rectF);
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 85 rotationMatrix.mapRect(fullResRect);
89 rotationMatrix.mapRect(fullResRect, new RectF(0, 0, imageSize.x - 1,
102 mapping.mapRect(visibleAfterRotation, visibleRect);
109 invertRotation.mapRect(visibleInImage, visibleAfterRotation);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 79 invert.mapRect(r);
83 invert.mapRect(r2);
114 originalToScreen.mapRect(drawRect, rect);
116 originalRotateToScreen.mapRect(fullRect, rect);
  /frameworks/base/libs/hwui/
DamageAccumulator.cpp 122 static inline void mapRect(const Matrix4* matrix, const SkRect& in, SkRect* out) {
126 matrix->mapRect(temp);
137 mapRect(frame->matrix4, frame->pendingDirty, &mHead->pendingDirty);
140 static inline void mapRect(const RenderProperties& props, const SkRect& in, SkRect* out) {
146 transform->mapRect(&temp);
184 mapRect(frame->renderNode->properties(), *rect, rect);
186 mapRect(frame->matrix4, *rect, rect);
210 mapRect(props, frame->pendingDirty, &mHead->pendingDirty);
Matrix.cpp 450 * important for conservative bounds estimation (e.g. rotate45Matrix.mapRect of Rect(0, 10) should
453 void Matrix4::mapRect(Rect& r) const {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMatrixTest.java 485 matrix.mapRect(output1, input);
491 matrix.mapRect(output2, input);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 304 matrix.mapRect(mappedRect, new RectF(0, 0, width, height));
ShadowMatrix.java 292 public boolean mapRect(RectF destination, RectF source) {
  /external/skia/include/core/
SkMatrix.h     [all...]
  /external/skqp/include/core/
SkMatrix.h     [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
MultiBoxTracker.java 147 if (getFrameToCanvasMatrix().mapRect(trackedPos)) {
182 getFrameToCanvasMatrix().mapRect(trackedPos);
260 rgbFrameToScreen.mapRect(detectionScreenRect, detectionFrameRect);
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 719 public boolean mapRect(RectF dst, RectF src) {
734 public boolean mapRect(RectF rect) {
735 return mapRect(rect, rect);
Bitmap.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 265 private static void mapRect(RectF output,
287 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
306 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
330 mapRect(dest, src, x0, y0, x, y, scaleX, scaleY);
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 466 assertTrue(mMatrix.mapRect(r));
475 mMatrix.mapRect(null);
484 assertTrue(mMatrix.mapRect(dst, src));
498 mMatrix.mapRect(null, null);
  /frameworks/base/core/java/android/widget/
ImageView.java     [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 143 public boolean mapRect(RectF dst, RectF src) {
652 return d.mapRect(dst, src);
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 295 mapRect(matrix, rect2, layerBounds);
836 private void mapRect(AffineTransform matrix, RectF dst, RectF src) {
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 468 m.mapRect(scaledYuv, yuvDimens);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 

Completed in 1111 milliseconds

1 2 3