/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 | 23 matrix.mapRect(bounds);
|
/external/skia/src/gpu/ |
GrPathRenderer.cpp | 23 matrix.mapRect(bounds);
|
/external/chromium_org/third_party/WebKit/Source/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;
|
/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/svg/graphics/filters/ |
SVGFEImage.cpp | 68 FloatRect paintRect = filter()->absoluteTransform().mapRect(filterPrimitiveSubregion()); 74 srcRect = filter()->absoluteTransform().mapRect(renderer->repaintRectInLocalCoordinates()); 103 FloatRect destRect = filter()->absoluteTransform().mapRect(filterPrimitiveSubregion()); 107 srcRect = filter()->absoluteTransform().mapRect(renderer->repaintRectInLocalCoordinates());
|
SVGFilter.cpp | 35 setAbsoluteFilterRegion(absoluteTransform.mapRect(filterRegion));
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
OpaqueRectTrackingContentLayerDelegate.cpp | 74 opaque = canvasToContentTransform.mapRect(context.opaqueRegion().asRect());
|
/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 | 45 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 | 45 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/skia/src/effects/ |
SkTileImageFilter.cpp | 28 ctm.mapRect(&dstRect, fDstRect); 36 ctm.mapRect(&srcRect, fSrcRect);
|
SkPictureImageFilter.cpp | 54 matrix.mapRect(&floatBounds, fRect);
|
/external/skia/src/effects/ |
SkTileImageFilter.cpp | 28 ctm.mapRect(&dstRect, fDstRect); 36 ctm.mapRect(&srcRect, fSrcRect);
|
SkPictureImageFilter.cpp | 54 matrix.mapRect(&floatBounds, fRect);
|
/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);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRenderingContext.h | 88 return enclosingIntRect(absoluteTransform.mapRect(targetRect));
|
/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);
|