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

1 2 3 4 5 6 7 8

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
RectUtils.java 45 matrix.mapRect(fullRectF);
46 matrix.mapRect(partialRectF);
50 matrix.mapRect(fullRectF);
51 matrix.mapRect(partialRectF);
63 matrix.mapRect(rectF);
  /external/chromium_org/third_party/skia/src/gpu/
GrPathRenderer.cpp 25 matrix.mapRect(bounds);
  /external/skia/src/gpu/
GrPathRenderer.cpp 25 matrix.mapRect(bounds);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEOffset.h 42 virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
FEDropShadow.h 55 virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
FEMorphology.h 52 virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
FEGaussianBlur.h 44 virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
FEDropShadow.cpp 58 FloatRect absolutePaintRect = mapRect(inputEffect(0)->absolutePaintRect());
68 FloatRect FEDropShadow::mapRect(const FloatRect& rect, bool forward)
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac_unittest.cc 42 transform.mapRect(&clip_rect);
62 transform.mapRect(&clip_rect);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
OpaqueRectTrackingContentLayerDelegate.cpp 70 opaque = canvasToContentTransform.mapRect(context.opaqueRegion().asRect());
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 70 FloatRect paintRect = filter()->absoluteTransform().mapRect(filterPrimitiveSubregion());
76 srcRect = filter()->absoluteTransform().mapRect(renderer->repaintRectInLocalCoordinates());
105 FloatRect destRect = filter()->absoluteTransform().mapRect(filterPrimitiveSubregion());
109 srcRect = filter()->absoluteTransform().mapRect(renderer->repaintRectInLocalCoordinates());
SVGFilter.cpp 35 setAbsoluteFilterRegion(absoluteTransform.mapRect(filterRegion));
  /external/chromium_org/third_party/skia/src/core/
SkDeviceLooper.h 49 void mapRect(SkRect* dst, const SkRect& src) const;
54 * Each time this returns true, it is safe to call mapRect() and
58 * When next() returns false, the list of chunks is done, and mapRect()
SkDrawLooper.cpp 47 canvas.getTotalMatrix().mapRect(&r);
  /external/skia/src/core/
SkDeviceLooper.h 49 void mapRect(SkRect* dst, const SkRect& src) const;
54 * Each time this returns true, it is safe to call mapRect() and
58 * When next() returns false, the list of chunks is done, and mapRect()
SkDrawLooper.cpp 47 canvas.getTotalMatrix().mapRect(&r);
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.cpp 150 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRect));
158 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
SVGRenderingContext.h 88 return enclosingIntRect(absoluteTransform.mapRect(targetRect));
RenderSVGResourceMarker.cpp 81 coordinates = localToParentTransform().mapRect(coordinates);
83 return markerTransformation.mapRect(coordinates);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java 78 matrix.mapRect(mTempRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 100 rect = localToAncestorTransform.inverse().mapRect(rect);
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 63 rotationMatrix.mapRect(fullResRect);
67 rotationMatrix.mapRect(fullResRect, new RectF(0, 0, mFullResImageWidth - 1,
80 mapping.mapRect(visibleAfterRotation, visibleRect);
87 invertRotation.mapRect(visibleInImage, visibleAfterRotation);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRedEye.java 68 originalToScreen.mapRect(r);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.h 69 IntRect mapRect(const IntRect&) const;
71 FloatRect mapRect(const FloatRect&) const;

Completed in 460 milliseconds

1 2 3 4 5 6 7 8